Class ColorCodedRegionBuilder
Inheritance
System.Object
System.MarshalByRefObject
ColorCodedRegionBuilder
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.GeometricUtilities
Assembly: NXOpen.dll
Syntax
public class ColorCodedRegionBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
ColorCodedRegionBuilder()
Declaration
protected ColorCodedRegionBuilder()
Properties
AllSameColor
Declaration
public bool AllSameColor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
BuildBodyColoredRegion(DisplayableObject, Int32, Int32)
Declaration
public void BuildBodyColoredRegion(DisplayableObject body, int facetId, int localVertexId)
Parameters
Type | Name | Description |
---|---|---|
DisplayableObject | body | |
System.Int32 | facetId | |
System.Int32 | localVertexId |
BuildColoredRegion(FacetedBody, Int32, Int32)
Declaration
[Obsolete("Deprecated in NX11.0.0. Use NXOpen.GeometricUtilities.ColorCodedRegionBuilder.BuildBodyColoredRegion instead.")]
public void BuildColoredRegion(FacetedBody facetBody, int facetId, int localVertexId)
Parameters
Type | Name | Description |
---|---|---|
FacetedBody | facetBody | |
System.Int32 | facetId | |
System.Int32 | localVertexId |
DeselectColoredRegion(Int32)
Declaration
public void DeselectColoredRegion(int objIndex)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | objIndex |
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink