Class DirectVisionBuilder
Inheritance
System.Object
System.MarshalByRefObject
DirectVisionBuilder
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.Features
Assembly: NXOpen.dll
Syntax
public class DirectVisionBuilder : FeatureBuilder, IMessageSink, IComponentBuilder
Constructors
DirectVisionBuilder()
Declaration
protected DirectVisionBuilder()
Properties
Eyellipse
Declaration
public SelectFeature Eyellipse { get; }
Property Value
Type | Description |
---|---|
SelectFeature |
EyePoint
Declaration
public string EyePoint { get; set; }
Property Value
Type | Description |
---|---|
System.String |
EyePointType
Declaration
public DirectVisionBuilder.VisionType EyePointType { get; set; }
Property Value
Type | Description |
---|---|
DirectVisionBuilder.VisionType |
EyeRotationDown
Declaration
public Expression EyeRotationDown { get; }
Property Value
Type | Description |
---|---|
Expression |
EyeRotationLeft
Declaration
public Expression EyeRotationLeft { get; }
Property Value
Type | Description |
---|---|
Expression |
EyeRotationRight
Declaration
public Expression EyeRotationRight { get; }
Property Value
Type | Description |
---|---|
Expression |
EyeRotationType
Declaration
public DirectVisionBuilder.EyeRotationTypes EyeRotationType { get; set; }
Property Value
Type | Description |
---|---|
DirectVisionBuilder.EyeRotationTypes |
EyeRotationUp
Declaration
public Expression EyeRotationUp { get; }
Property Value
Type | Description |
---|---|
Expression |
HeadRotationLeft
Declaration
public Expression HeadRotationLeft { get; }
Property Value
Type | Description |
---|---|
Expression |
HeadRotationRight
Declaration
public Expression HeadRotationRight { get; }
Property Value
Type | Description |
---|---|
Expression |
HeadTurnType
Declaration
public DirectVisionBuilder.HeadTurnTypes HeadTurnType { get; set; }
Property Value
Type | Description |
---|---|
DirectVisionBuilder.HeadTurnTypes |
Standard
Declaration
public string Standard { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UseHeadTurnToggle
Declaration
public bool UseHeadTurnToggle { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
UserDefinedPoint
Declaration
public Point UserDefinedPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
Implements
System.Runtime.Remoting.Messaging.IMessageSink