Class StoneImpingementBuilder
Inheritance
StoneImpingementBuilder
Assembly: NXOpen.dll
Syntax
public class StoneImpingementBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
StoneImpingementBuilder()
Declaration
protected StoneImpingementBuilder()
Properties
AngleIncrementDimension
Declaration
public Expression AngleIncrementDimension { get; }
Property Value
ApplyColorsForIntervalAreas
Declaration
public bool ApplyColorsForIntervalAreas { get; set; }
Property Value
AxleCenter
Declaration
public Point AxleCenter { get; set; }
Property Value
AxleCenterType
Declaration
public StoneImpingementBuilder.Type AxleCenterType { get; set; }
Property Value
BlockingFaces
Declaration
public ScCollector BlockingFaces { get; }
Property Value
BlockingFacetBodies
Declaration
public SelectNXObjectList BlockingFacetBodies { get; }
Property Value
BodyFaces
Declaration
public ScCollector BodyFaces { get; }
Property Value
BodyFacetBodies
Declaration
public SelectNXObjectList BodyFacetBodies { get; }
Property Value
ContourAngle
Declaration
public Expression ContourAngle { get; }
Property Value
CrosshatchIntervalAreas
Declaration
public bool CrosshatchIntervalAreas { get; set; }
Property Value
EndAngleDimension
Declaration
public Expression EndAngleDimension { get; }
Property Value
FreeTireDiameter
Declaration
public Expression FreeTireDiameter { get; }
Property Value
FullTreadWidth
Declaration
public Expression FullTreadWidth { get; }
Property Value
GroundPlane
Declaration
public Plane GroundPlane { get; set; }
Property Value
MaximumLengthExp
Declaration
public Expression MaximumLengthExp { get; }
Property Value
MaximumLengthOptions
Declaration
public StoneImpingementBuilder.MaximumLengthOptionsType MaximumLengthOptions { get; set; }
Property Value
MaximumLengthPoint
Declaration
public Point MaximumLengthPoint { get; set; }
Property Value
MinimumLengthExp
Declaration
public Expression MinimumLengthExp { get; }
Property Value
MinimumLengthOptions
Declaration
public StoneImpingementBuilder.MinimumLengthOptionsType MinimumLengthOptions { get; set; }
Property Value
MinimumLengthPoint
Declaration
public Point MinimumLengthPoint { get; set; }
Property Value
ShowContourOnFace
Declaration
public bool ShowContourOnFace { get; set; }
Property Value
ShowOuterTireCurves
Declaration
public bool ShowOuterTireCurves { get; set; }
Property Value
ShowRegion
Declaration
public bool ShowRegion { get; set; }
Property Value
ShowStonePaths
Declaration
public bool ShowStonePaths { get; set; }
Property Value
StartAngleDimension
Declaration
public Expression StartAngleDimension { get; }
Property Value
StaticLoadRadius
Declaration
public Expression StaticLoadRadius { get; }
Property Value
TirePatchWidth
Declaration
public Expression TirePatchWidth { get; }
Property Value
TireRotationAngleDimension
Declaration
public Expression TireRotationAngleDimension { get; }
Property Value
UseCustomAngleRange
Declaration
public bool UseCustomAngleRange { get; set; }
Property Value
UseMaximumLength
Declaration
public bool UseMaximumLength { get; set; }
Property Value
UseMinimumLength
Declaration
public bool UseMinimumLength { get; set; }
Property Value
Methods
CreateAxleCenterPointFromBaseData()
Declaration
public Point CreateAxleCenterPointFromBaseData()
Returns
Legend()
Declaration
RevertData()
Declaration
SetIntervalAreasColor(int[])
Declaration
public void SetIntervalAreasColor(int[] colors)
Parameters
Type |
Name |
Description |
int[] |
colors |
|
SetIntervalAreasColorLoc(int, int)
Declaration
public void SetIntervalAreasColorLoc(int nLoc, int color)
Parameters
Type |
Name |
Description |
int |
nLoc |
|
int |
color |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink