Search Results for

    Show / Hide Table of Contents

    Class View2dOrientBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    View2dOrientBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class View2dOrientBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    View2dOrientBuilder()

    Declaration
    protected View2dOrientBuilder()

    Properties

    CustomOrientationMethod

    Declaration
    public View2dOrientBuilder.CustomMethod CustomOrientationMethod { get; set; }
    Property Value
    Type Description
    View2dOrientBuilder.CustomMethod

    CustomXAngle

    Declaration
    public double CustomXAngle { get; set; }
    Property Value
    Type Description
    System.Double

    CustomYAngle

    Declaration
    public double CustomYAngle { get; set; }
    Property Value
    Type Description
    System.Double

    CustomZAngle

    Declaration
    public double CustomZAngle { get; set; }
    Property Value
    Type Description
    System.Double

    OrientationType

    Declaration
    public View2dOrientBuilder.Type OrientationType { get; set; }
    Property Value
    Type Description
    View2dOrientBuilder.Type

    Methods

    GetCustomNormalX()

    Declaration
    public double GetCustomNormalX()
    Returns
    Type Description
    System.Double

    GetCustomNormalY()

    Declaration
    public double GetCustomNormalY()
    Returns
    Type Description
    System.Double

    GetCustomNormalZ()

    Declaration
    public double GetCustomNormalZ()
    Returns
    Type Description
    System.Double

    GetCustomPrimaryX()

    Declaration
    public double GetCustomPrimaryX()
    Returns
    Type Description
    System.Double

    GetCustomPrimaryY()

    Declaration
    public double GetCustomPrimaryY()
    Returns
    Type Description
    System.Double

    GetCustomPrimaryZ()

    Declaration
    public double GetCustomPrimaryZ()
    Returns
    Type Description
    System.Double

    GetInferredPrimary()

    Declaration
    public bool GetInferredPrimary()
    Returns
    Type Description
    System.Boolean

    SetCustomNormalX(Double)

    Declaration
    public void SetCustomNormalX(double component)
    Parameters
    Type Name Description
    System.Double component

    SetCustomNormalY(Double)

    Declaration
    public void SetCustomNormalY(double component)
    Parameters
    Type Name Description
    System.Double component

    SetCustomNormalZ(Double)

    Declaration
    public void SetCustomNormalZ(double component)
    Parameters
    Type Name Description
    System.Double component

    SetCustomPrimaryX(Double)

    Declaration
    public void SetCustomPrimaryX(double component)
    Parameters
    Type Name Description
    System.Double component

    SetCustomPrimaryY(Double)

    Declaration
    public void SetCustomPrimaryY(double component)
    Parameters
    Type Name Description
    System.Double component

    SetCustomPrimaryZ(Double)

    Declaration
    public void SetCustomPrimaryZ(double component)
    Parameters
    Type Name Description
    System.Double component

    SetInferredPrimary(Boolean)

    Declaration
    public void SetInferredPrimary(bool inferred)
    Parameters
    Type Name Description
    System.Boolean inferred

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX