Search Results for

    Show / Hide Table of Contents

    Class ConvertLayoutToSheetBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    ConvertLayoutToSheetBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    string

    Number

    Declaration
    public string Number { get; set; }
    Property Value
    Type Description
    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
    string

    SecondaryNumber

    Declaration
    public string SecondaryNumber { get; set; }
    Property Value
    Type Description
    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
    double numerator
    double denominator

    SetScale(double, double)

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

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX