Search Results for

    Show / Hide Table of Contents

    Class DrawingSheetBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    DrawingSheetBuilder
    DraftingDrawingSheetBuilder
    LayoutDrawingSheetBuilder
    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.Drawings
    Assembly: NXOpen.dll
    Syntax
    public class DrawingSheetBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    DrawingSheetBuilder()

    Declaration
    protected DrawingSheetBuilder()

    Properties

    AutoStartBaseView

    Declaration
    [Obsolete("Deprecated in NX7.5.0.  Use NXOpen.Drawings.DrawingSheetBuilder.AutoStartViewCreation instead.")]
    public bool AutoStartBaseView { get; set; }
    Property Value
    Type Description
    System.Boolean

    AutoStartViewCreation

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

    BaseordrawingView

    Declaration
    public DrawingSheetBuilder.SheetBaseordrawingView BaseordrawingView { get; set; }
    Property Value
    Type Description
    DrawingSheetBuilder.SheetBaseordrawingView

    EnglishSheetTemplateLocation

    Declaration
    public string EnglishSheetTemplateLocation { get; set; }
    Property Value
    Type Description
    System.String

    Height

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

    Length

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

    MetricSheetTemplateLocation

    Declaration
    public string MetricSheetTemplateLocation { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Number

    Declaration
    public string Number { get; set; }
    Property Value
    Type Description
    System.String

    Option

    Declaration
    public DrawingSheetBuilder.SheetOption Option { get; set; }
    Property Value
    Type Description
    DrawingSheetBuilder.SheetOption

    ProjectionAngle

    Declaration
    public DrawingSheetBuilder.SheetProjectionAngle ProjectionAngle { get; set; }
    Property Value
    Type Description
    DrawingSheetBuilder.SheetProjectionAngle

    Revision

    Declaration
    public string Revision { get; set; }
    Property Value
    Type Description
    System.String

    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

    SecondaryNumber

    Declaration
    public string SecondaryNumber { get; set; }
    Property Value
    Type Description
    System.String

    StandardEnglishScale

    Declaration
    public DrawingSheetBuilder.SheetStandardEnglishScale StandardEnglishScale { get; set; }
    Property Value
    Type Description
    DrawingSheetBuilder.SheetStandardEnglishScale

    StandardMetricScale

    Declaration
    public DrawingSheetBuilder.SheetStandardMetricScale StandardMetricScale { get; set; }
    Property Value
    Type Description
    DrawingSheetBuilder.SheetStandardMetricScale

    Units

    Declaration
    public DrawingSheetBuilder.SheetUnits Units { get; set; }
    Property Value
    Type Description
    DrawingSheetBuilder.SheetUnits

    Implements

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