Class DirectFieldViewBuilder
Inheritance
DirectFieldViewBuilder
Assembly: NXOpen.dll
Syntax
public class DirectFieldViewBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
DirectFieldViewBuilder()
Declaration
protected DirectFieldViewBuilder()
Properties
AllowExtension
Declaration
public bool AllowExtension { get; set; }
Property Value
BoundaryCurve
Declaration
public ScCollector BoundaryCurve { get; set; }
Property Value
BoundaryFace
Declaration
public ScCollector BoundaryFace { get; set; }
Property Value
BoundaryFilter
Declaration
public DirectFieldViewBuilder.BoundaryFilterType BoundaryFilter { get; set; }
Property Value
CurveColor
Declaration
public NXColor CurveColor { get; set; }
Property Value
CurveLayer
Declaration
public int CurveLayer { get; set; }
Property Value
Driver
Declaration
public DirectFieldViewBuilder.DriverType Driver { get; set; }
Property Value
EnableValidationChecker
Declaration
public bool EnableValidationChecker { get; set; }
Property Value
ExtensionLength
Declaration
[Obsolete("Deprecated in NX2212.0.0. Use JA_DIRECT_FIELD_VIEW_BUILDER_get_ExtensionLengthExp instead.")]
public double ExtensionLength { get; set; }
Property Value
ExtensionLengthExp
Declaration
public Expression ExtensionLengthExp { get; }
Property Value
EyeFeature
Declaration
public Feature EyeFeature { get; set; }
Property Value
EyeRotateAngleDown
Declaration
[Obsolete("Deprecated in NX2212.0.0. Use JA_DIRECT_FIELD_VIEW_BUILDER_get_EyeRotateAngleDownExp instead.")]
public double EyeRotateAngleDown { get; set; }
Property Value
EyeRotateAngleDownExp
Declaration
public Expression EyeRotateAngleDownExp { get; }
Property Value
EyeRotateAngleLeft
Declaration
[Obsolete("Deprecated in NX2212.0.0. Use JA_DIRECT_FIELD_VIEW_BUILDER_get_EyeRotateAngleLeftExp instead.")]
public double EyeRotateAngleLeft { get; set; }
Property Value
EyeRotateAngleLeftExp
Declaration
public Expression EyeRotateAngleLeftExp { get; }
Property Value
EyeRotateAngleRight
Declaration
[Obsolete("Deprecated in NX2212.0.0. Use JA_DIRECT_FIELD_VIEW_BUILDER_get_EyeRotateAngleRightExp instead.")]
public double EyeRotateAngleRight { get; set; }
Property Value
EyeRotateAngleRightExp
Declaration
public Expression EyeRotateAngleRightExp { get; }
Property Value
EyeRotateAngleUp
Declaration
[Obsolete("Deprecated in NX2212.0.0. Use JA_DIRECT_FIELD_VIEW_BUILDER_get_EyeRotateAngleUpExp instead.")]
public double EyeRotateAngleUp { get; set; }
Property Value
EyeRotateAngleUpExp
Declaration
public Expression EyeRotateAngleUpExp { get; }
Property Value
EyeRotationType
Declaration
public DirectFieldViewBuilder.EyeRotation EyeRotationType { get; set; }
Property Value
Eyellipse
Declaration
public SelectFeature Eyellipse { get; }
Property Value
EyellipsePercentile
Declaration
public DirectFieldViewBuilder.EyePercentile EyellipsePercentile { get; set; }
Property Value
FaceColor
Declaration
public NXColor FaceColor { get; set; }
Property Value
FaceLayer
Declaration
public int FaceLayer { get; set; }
Property Value
GenerateLogFile
Declaration
public bool GenerateLogFile { get; set; }
Property Value
HeadTurnAngleLeft
Declaration
[Obsolete("Deprecated in NX2212.0.0. Use JA_DIRECT_FIELD_VIEW_BUILDER_get_HeadTurnAngleLeftExp instead.")]
public double HeadTurnAngleLeft { get; set; }
Property Value
HeadTurnAngleLeftExp
Declaration
public Expression HeadTurnAngleLeftExp { get; }
Property Value
HeadTurnAngleRight
Declaration
[Obsolete("Deprecated in NX2212.0.0. Use JA_DIRECT_FIELD_VIEW_BUILDER_get_HeadTurnAngleRightExp instead.")]
public double HeadTurnAngleRight { get; set; }
Property Value
HeadTurnAngleRightExp
Declaration
public Expression HeadTurnAngleRightExp { get; }
Property Value
HeadTurnType
Declaration
public DirectFieldViewBuilder.HeadTurn HeadTurnType { get; set; }
Property Value
LeftEye
Declaration
public Point LeftEye { get; set; }
Property Value
LimitationType
Declaration
public DirectFieldViewBuilder.LimitType LimitationType { get; set; }
Property Value
Loading
Declaration
public string Loading { get; set; }
Property Value
OutputBoundaryCurves
Declaration
public bool OutputBoundaryCurves { get; set; }
Property Value
OutputVisionFace
Declaration
public bool OutputVisionFace { get; set; }
Property Value
RightEye
Declaration
public Point RightEye { get; set; }
Property Value
UseStandardLoading
Declaration
public bool UseStandardLoading { get; set; }
Property Value
ViewResults
Declaration
public bool ViewResults { get; set; }
Property Value
Methods
Declaration
public void ValidationButton()
Implements
System.Runtime.Remoting.Messaging.IMessageSink