Class TouchAnalysisBuilder
Inheritance
TouchAnalysisBuilder
Assembly: NXOpen.dll
Syntax
public class TouchAnalysisBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
TouchAnalysisBuilder()
Declaration
protected TouchAnalysisBuilder()
Properties
AreasNotTouchedByBall
Declaration
public NXColor AreasNotTouchedByBall { get; set; }
Property Value
AreasTouchedByBall
Declaration
public NXColor AreasTouchedByBall { get; set; }
Property Value
BallDiameter
Declaration
public Expression BallDiameter { get; }
Property Value
DashboardSelection
Declaration
public ScCollector DashboardSelection { get; }
Property Value
DisplayResolution
Declaration
public DisplayResolutionBuilder DisplayResolution { get; }
Property Value
Declaration
public bool EnableContactAnalysis { get; set; }
Property Value
EnableRadiusAnalysis
Declaration
public bool EnableRadiusAnalysis { get; set; }
Property Value
FaceNormal
Declaration
public FaceAnalysisNormalsBuilder FaceNormal { get; }
Property Value
Declaration
public NXColor IntermediateAreas { get; set; }
Property Value
LongArmLength
Declaration
public Expression LongArmLength { get; }
Property Value
MaximumRadius
Declaration
public Expression MaximumRadius { get; }
Property Value
MinimumRadius
Declaration
public Expression MinimumRadius { get; }
Property Value
RequiredZone
Declaration
public TouchAnalysisBuilder.EnumRequiredZone RequiredZone { get; set; }
Property Value
SgRPDriver
Declaration
public Point SgRPDriver { get; set; }
Property Value
SgRPPassenger
Declaration
public Point SgRPPassenger { get; set; }
Property Value
SharpAreas
Declaration
public NXColor SharpAreas { get; set; }
Property Value
ShortArmLength
Declaration
public Expression ShortArmLength { get; }
Property Value
ShowOnlySharpAreas
Declaration
public bool ShowOnlySharpAreas { get; set; }
Property Value
SideClearance
Declaration
public Expression SideClearance { get; }
Property Value
SmoothAreas
Declaration
public NXColor SmoothAreas { get; set; }
Property Value
Standard
Declaration
public TouchAnalysisBuilder.EnumStandard Standard { get; set; }
Property Value
SteeringCenterPoint
Declaration
public Point SteeringCenterPoint { get; set; }
Property Value
SteeringWheelAngle
Declaration
public Expression SteeringWheelAngle { get; }
Property Value
SteeringWheelDiameter
Declaration
public Expression SteeringWheelDiameter { get; }
Property Value
SteeringWheelOffset
Declaration
public Expression SteeringWheelOffset { get; }
Property Value
VehicleWidth
Declaration
public Expression VehicleWidth { get; }
Property Value
VerticalOffset
Declaration
public Expression VerticalOffset { get; }
Property Value
XOffsetDriver
Declaration
public Expression XOffsetDriver { get; }
Property Value
XOffsetPassenger
Declaration
public Expression XOffsetPassenger { get; }
Property Value
ZOffsetDriver
Declaration
public Expression ZOffsetDriver { get; }
Property Value
ZOffsetPassenger
Declaration
public Expression ZOffsetPassenger { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink