Class DetectPrimitivesBuilder
Inheritance
System.Object
System.MarshalByRefObject
DetectPrimitivesBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class DetectPrimitivesBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
DetectPrimitivesBuilder()
Declaration
protected DetectPrimitivesBuilder()
Properties
BlendFactor
Declaration
public Expression BlendFactor { get; }
Property Value
CurvatureSensitivity
Declaration
public int CurvatureSensitivity { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
FacetSelection
Declaration
public SelectDisplayableObjectList FacetSelection { get; }
Property Value
Methods
AdjustShapeBoundary()
Declaration
public void AdjustShapeBoundary()
GetBlendColor()
Declaration
public double[] GetBlendColor()
Returns
Type |
Description |
System.Double[] |
|
GetConeColor()
Declaration
public double[] GetConeColor()
Returns
Type |
Description |
System.Double[] |
|
GetCylinderColor()
Declaration
public double[] GetCylinderColor()
Returns
Type |
Description |
System.Double[] |
|
GetOtherColor()
Declaration
public double[] GetOtherColor()
Returns
Type |
Description |
System.Double[] |
|
GetPlaneColor()
Declaration
public double[] GetPlaneColor()
Returns
Type |
Description |
System.Double[] |
|
GetSphereColor()
Declaration
public double[] GetSphereColor()
Returns
Type |
Description |
System.Double[] |
|
SetBlendColor(Double[])
Declaration
public void SetBlendColor(double[] blendColor)
Parameters
Type |
Name |
Description |
System.Double[] |
blendColor |
|
SetConeColor(Double[])
Declaration
public void SetConeColor(double[] coneColor)
Parameters
Type |
Name |
Description |
System.Double[] |
coneColor |
|
SetCylinderColor(Double[])
Declaration
public void SetCylinderColor(double[] cylinderColor)
Parameters
Type |
Name |
Description |
System.Double[] |
cylinderColor |
|
SetOtherColor(Double[])
Declaration
public void SetOtherColor(double[] otherColor)
Parameters
Type |
Name |
Description |
System.Double[] |
otherColor |
|
SetPlaneColor(Double[])
Declaration
public void SetPlaneColor(double[] planeColor)
Parameters
Type |
Name |
Description |
System.Double[] |
planeColor |
|
SetSphereColor(Double[])
Declaration
public void SetSphereColor(double[] sphereColor)
Parameters
Type |
Name |
Description |
System.Double[] |
sphereColor |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink