Class WindshieldDatumBuilder
Inheritance
WindshieldDatumBuilder
Assembly: NXOpen.dll
Syntax
public class WindshieldDatumBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
WindshieldDatumBuilder()
Declaration
protected WindshieldDatumBuilder()
Properties
AssoToggle
Declaration
public bool AssoToggle { get; set; }
Property Value
BottomAngle
Declaration
public Expression BottomAngle { get; }
Property Value
EyeFeature
Declaration
public SelectFeature EyeFeature { get; }
Property Value
EyeType
Declaration
public WindshieldDatumBuilder.EnumEyeType EyeType { get; set; }
Property Value
HorizontalAngle
Declaration
public Expression HorizontalAngle { get; }
Property Value
LoadingName
Declaration
public string LoadingName { get; set; }
Property Value
PointV1
Declaration
public Point PointV1 { get; set; }
Property Value
PointV2
Declaration
public Point PointV2 { get; set; }
Property Value
RayLength
Declaration
public Expression RayLength { get; }
Property Value
SelectWindshield
Declaration
public ScCollector SelectWindshield { get; }
Property Value
ShowPoints
Declaration
public bool ShowPoints { get; set; }
Property Value
ShowRays
Declaration
public bool ShowRays { get; set; }
Property Value
TopAngle
Declaration
public Expression TopAngle { get; }
Property Value
UseStandardLoading
Declaration
public bool UseStandardLoading { get; set; }
Property Value
VisionType
Declaration
public WindshieldDatumBuilder.CustomVisionAngle VisionType { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink