Search Results for

    Show / Hide Table of Contents

    Class ConvertLayoutToSheetBuilder

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

    Constructors

    ConvertLayoutToSheetBuilder()

    Declaration
    protected ConvertLayoutToSheetBuilder()

    Properties

    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

    ProjectionAngleType

    Declaration
    public ConvertLayoutToSheetBuilder.SheetProjectionAngleType ProjectionAngleType { get; set; }
    Property Value
    Type Description
    ConvertLayoutToSheetBuilder.SheetProjectionAngleType

    Revision

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

    SecondaryNumber

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

    SelectLayoutSheetView

    Declaration
    public SelectView SelectLayoutSheetView { get; }
    Property Value
    Type Description
    SelectView

    Methods

    GetScale(out Double, out Double)

    Declaration
    public void GetScale(out double numerator, out double denominator)
    Parameters
    Type Name Description
    System.Double numerator
    System.Double denominator

    SetScale(Double, Double)

    Declaration
    public void SetScale(double numerator, double denominator)
    Parameters
    Type Name Description
    System.Double numerator
    System.Double denominator

    Implements

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