Search Results for

    Show / Hide Table of Contents

    Class EyeDefinitionBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    EyeDefinitionBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX