Class PaintFacetBodyBuilder
Inheritance
System.Object
System.MarshalByRefObject
PaintFacetBodyBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Facet
Assembly: NXOpen.dll
Syntax
public class PaintFacetBodyBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
PaintFacetBodyBuilder()
Declaration
protected PaintFacetBodyBuilder()
Properties
FacetCollector
Declaration
public FacetCollector FacetCollector { get; }
Property Value
Type | Description |
---|---|
FacetCollector |
InheritBodyColorPick
Declaration
public SelectDisplayableObject InheritBodyColorPick { get; }
Property Value
Type | Description |
---|---|
SelectDisplayableObject |
InheritColorPick
Declaration
[Obsolete("Deprecated in NX11.0.0. Use NXOpen.Facet.PaintFacetBodyBuilder.InheritBodyColorPick instead.")]
public SelectFacetedBody InheritColorPick { get; }
Property Value
Type | Description |
---|---|
SelectFacetedBody |
PaintBrush
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.Facet.PaintFacetBodyBuilder.FacetCollector instead.")]
public PaintBrushBuilder PaintBrush { get; }
Property Value
Type | Description |
---|---|
PaintBrushBuilder |
PaintBrushSize
Declaration
[Obsolete("Deprecated in NX12.0.0. Use NXOpen.Facet.PaintFacetBodyBuilder.FacetCollector instead.")]
public Expression PaintBrushSize { get; }
Property Value
Type | Description |
---|---|
Expression |
Methods
GetPaintBrushColor()
Declaration
public double[] GetPaintBrushColor()
Returns
Type | Description |
---|---|
System.Double[] |
PaintBodiesBackgroundColor(DisplayableObject[])
Declaration
public void PaintBodiesBackgroundColor(DisplayableObject[] bodies)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject[] | bodies |
PaintFacetsBackGroundColor(FacetedBody[])
Declaration
[Obsolete("Deprecated in NX11.0.0. Use NXOpen.Facet.PaintFacetBodyBuilder.PaintBodiesBackgroundColor instead.")]
public void PaintFacetsBackGroundColor(FacetedBody[] facets)
Parameters
Type | Name | Description |
---|---|---|
FacetedBody[] | facets |
PaintSelectedFacets()
Declaration
public void PaintSelectedFacets()
SetPaintBrushColor(Double[])
Declaration
public void SetPaintBrushColor(double[] paintBrushColor)
Parameters
Type | Name | Description |
---|---|---|
System.Double[] | paintBrushColor |
SetupBodyColorData(DisplayableObject[])
Declaration
public void SetupBodyColorData(DisplayableObject[] bodies)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject[] | bodies |
SetupColorData(FacetedBody[])
Declaration
[Obsolete("Deprecated in NX11.0.0. Use NXOpen.Facet.PaintFacetBodyBuilder.SetupBodyColorData instead.")]
public void SetupColorData(FacetedBody[] facets)
Parameters
Type | Name | Description |
---|---|---|
FacetedBody[] | facets |
Implements
System.Runtime.Remoting.Messaging.IMessageSink