Class DetectPrimitivesBuilder
Inheritance
DetectPrimitivesBuilder
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
FacetSelection
Declaration
public SelectDisplayableObjectList FacetSelection { get; }
Property Value
Methods
AdjustShapeBoundary()
Declaration
public void AdjustShapeBoundary()
GetBlendColor()
Declaration
public double[] GetBlendColor()
Returns
GetConeColor()
Declaration
public double[] GetConeColor()
Returns
GetCylinderColor()
Declaration
public double[] GetCylinderColor()
Returns
GetOtherColor()
Declaration
public double[] GetOtherColor()
Returns
GetPlaneColor()
Declaration
public double[] GetPlaneColor()
Returns
GetSphereColor()
Declaration
public double[] GetSphereColor()
Returns
SetBlendColor(double[])
Declaration
public void SetBlendColor(double[] blendColor)
Parameters
Type |
Name |
Description |
double[] |
blendColor |
|
SetConeColor(double[])
Declaration
public void SetConeColor(double[] coneColor)
Parameters
Type |
Name |
Description |
double[] |
coneColor |
|
SetCylinderColor(double[])
Declaration
public void SetCylinderColor(double[] cylinderColor)
Parameters
Type |
Name |
Description |
double[] |
cylinderColor |
|
SetOtherColor(double[])
Declaration
public void SetOtherColor(double[] otherColor)
Parameters
Type |
Name |
Description |
double[] |
otherColor |
|
SetPlaneColor(double[])
Declaration
public void SetPlaneColor(double[] planeColor)
Parameters
Type |
Name |
Description |
double[] |
planeColor |
|
SetSphereColor(double[])
Declaration
public void SetSphereColor(double[] sphereColor)
Parameters
Type |
Name |
Description |
double[] |
sphereColor |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink