Class EyeDefinitionBuilder
Inheritance
System.Object
System.MarshalByRefObject
EyeDefinitionBuilder
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.VehicleDesign
Assembly: NXOpen.dll
Syntax
public class EyeDefinitionBuilder : TaggedObject, IMessageSink, IComponentBuilder
Constructors
EyeDefinitionBuilder()
Declaration
protected EyeDefinitionBuilder()
Properties
EyeDefinitionType
Declaration
public EyeDefinitionBuilder.EyeDefinition EyeDefinitionType { get; set; }
Property Value
Type | Description |
---|---|
EyeDefinitionBuilder.EyeDefinition |
EyeFeature
Declaration
public Feature EyeFeature { get; set; }
Property Value
Type | Description |
---|---|
Feature |
EyellipsePercentile
Declaration
public EyeDefinitionBuilder.EyePercentile EyellipsePercentile { get; set; }
Property Value
Type | Description |
---|---|
EyeDefinitionBuilder.EyePercentile |
PivotPoint
Declaration
public Point PivotPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
PointV1
Declaration
public Point PointV1 { get; set; }
Property Value
Type | Description |
---|---|
Point |
PointV2
Declaration
public Point PointV2 { get; set; }
Property Value
Type | Description |
---|---|
Point |
SelectEyellipse
Declaration
public SelectFeature SelectEyellipse { get; }
Property Value
Type | Description |
---|---|
SelectFeature |
Methods
EyeIllustration()
Declaration
public void EyeIllustration()
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.Runtime.Remoting.Messaging.IMessageSink