Search Results for

    Show / Hide Table of Contents

    Class OrientationMethodBuilder

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

    Constructors

    OrientationMethodBuilder()

    Declaration
    protected OrientationMethodBuilder()

    Properties

    AngularLaw

    Declaration
    public LawBuilder AngularLaw { get; }
    Property Value
    Type Description
    LawBuilder

    Faces

    Declaration
    public ScCollector Faces { get; }
    Property Value
    Type Description
    ScCollector

    NormalFaceList

    Declaration
    [Obsolete("Deprecated in NX12.0.0.  Use NXOpen.GeometricUtilities.OrientationMethodBuilder.Faces")]
    public SelectFaceList NormalFaceList { get; }
    Property Value
    Type Description
    SelectFaceList

    OrientationCurve

    Declaration
    public Section OrientationCurve { get; }
    Property Value
    Type Description
    Section

    OrientationOption

    Declaration
    public OrientationMethodBuilder.OrientationOptions OrientationOption { get; set; }
    Property Value
    Type Description
    OrientationMethodBuilder.OrientationOptions

    OrientationPoint

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

    OrientationVector

    Declaration
    public Direction OrientationVector { get; set; }
    Property Value
    Type Description
    Direction

    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