Search Results for

    Show / Hide Table of Contents

    Class OrientationPointMethodsBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    OrientationPointMethodsBuilder
    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.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class OrientationPointMethodsBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    OrientationPointMethodsBuilder()

    Declaration
    protected OrientationPointMethodsBuilder()

    Properties

    Distance

    Declaration
    public Expression Distance { get; }
    Property Value
    Type Description
    Expression

    MeasureAlong

    Declaration
    public OrientationPointMethodsBuilder.MeasureAlongTypes MeasureAlong { get; set; }
    Property Value
    Type Description
    OrientationPointMethodsBuilder.MeasureAlongTypes

    PointMethod

    Declaration
    public OrientationPointMethodsBuilder.PointMethodTypes PointMethod { get; set; }
    Property Value
    Type Description
    OrientationPointMethodsBuilder.PointMethodTypes

    Reference

    Declaration
    public SelectNXObject Reference { get; }
    Property Value
    Type Description
    SelectNXObject

    SpecifyPoint

    Declaration
    public Point SpecifyPoint { get; set; }
    Property Value
    Type Description
    Point

    Methods

    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