Search Results for

    Show / Hide Table of Contents

    Class XYZPlaneBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    XYZPlaneBuilder
    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.GeometricAnalysis.SectionAnalysis
    Assembly: NXOpen.dll
    Syntax
    public class XYZPlaneBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    XYZPlaneBuilder()

    Declaration
    protected XYZPlaneBuilder()

    Properties

    AnchorOrigin

    Declaration
    public Point3d AnchorOrigin { get; set; }
    Property Value
    Type Description
    Point3d

    AnchorXAxis

    Declaration
    public Vector3d AnchorXAxis { get; set; }
    Property Value
    Type Description
    Vector3d

    AnchorYAxis

    Declaration
    public Vector3d AnchorYAxis { get; set; }
    Property Value
    Type Description
    Vector3d

    IsNumberEnabled

    Declaration
    public bool IsNumberEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsSpacingEnabled

    Declaration
    public bool IsSpacingEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsXEnabled

    Declaration
    public bool IsXEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsYEnabled

    Declaration
    public bool IsYEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsZEnabled

    Declaration
    public bool IsZEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Number

    Declaration
    public int Number { get; set; }
    Property Value
    Type Description
    System.Int32

    Spacing

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

    Methods

    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