Search Results for

    Show / Hide Table of Contents

    Class ExpansionDrawingBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ExpansionDrawingBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    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.Features.ShipDesign
    Assembly: NXOpen.dll
    Syntax
    public class ExpansionDrawingBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    ExpansionDrawingBuilder()

    Declaration
    protected ExpansionDrawingBuilder()

    Properties

    AftPlane

    Declaration
    public Plane AftPlane { get; set; }
    Property Value
    Type Description
    Plane

    BasePlane

    Declaration
    public Plane BasePlane { get; set; }
    Property Value
    Type Description
    Plane

    BasicDesignMode

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

    DrawingTemplate

    Declaration
    public DrawingTemplateBuilder DrawingTemplate { get; }
    Property Value
    Type Description
    DrawingTemplateBuilder

    EnglishScale

    Declaration
    public ExpansionDrawingBuilder.JaExpansiondrawingbuilderEnglishScale EnglishScale { get; set; }
    Property Value
    Type Description
    ExpansionDrawingBuilder.JaExpansiondrawingbuilderEnglishScale

    ForePlane

    Declaration
    public Plane ForePlane { get; set; }
    Property Value
    Type Description
    Plane

    IsEdit

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

    MetricScale

    Declaration
    public ExpansionDrawingBuilder.JaExpansiondrawingbuilderMetricScale MetricScale { get; set; }
    Property Value
    Type Description
    ExpansionDrawingBuilder.JaExpansiondrawingbuilderMetricScale

    PlatesToExpand

    Declaration
    public SelectNXObjectList PlatesToExpand { get; }
    Property Value
    Type Description
    SelectNXObjectList

    ScaleDenominator

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

    ScaleNumerator

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

    Tolerance

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

    UpperPlane

    Declaration
    public Plane UpperPlane { get; set; }
    Property Value
    Type Description
    Plane

    Implements

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