Search Results for

    Show / Hide Table of Contents

    Class SheetElementBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BaseObjectBuilder
    SheetElementBuilder
    ConnectableElementBuilder
    ConnectionBuilder
    FillBuilder
    BaseGeometryBuilder
    GroupBuilder
    LeaderLineBuilder
    PortBuilder
    ShapeBuilder
    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.Diagramming
    Assembly: NXOpen.dll
    Syntax
    public class SheetElementBuilder : BaseObjectBuilder, IMessageSink, IComponentBuilder

    Constructors

    SheetElementBuilder()

    Declaration
    protected SheetElementBuilder()

    Properties

    Height

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

    HeightPolicy

    Declaration
    public DiagrammingSizingpolicy HeightPolicy { get; set; }
    Property Value
    Type Description
    DiagrammingSizingpolicy

    Internal

    Declaration
    public bool Internal { get; }
    Property Value
    Type Description
    bool

    Label

    Declaration
    public Annotation Label { get; }
    Property Value
    Type Description
    Annotation

    LabelName

    Declaration
    public string LabelName { get; set; }
    Property Value
    Type Description
    string

    Location

    Declaration
    public LocationBuilder Location { get; }
    Property Value
    Type Description
    LocationBuilder

    LocationStyle

    Declaration
    public DiagrammingLocationstyle LocationStyle { get; set; }
    Property Value
    Type Description
    DiagrammingLocationstyle

    MirrorX

    Declaration
    public bool MirrorX { get; set; }
    Property Value
    Type Description
    bool

    MirrorY

    Declaration
    public bool MirrorY { get; set; }
    Property Value
    Type Description
    bool

    Owner

    Declaration
    public SheetElement Owner { get; set; }
    Property Value
    Type Description
    SheetElement

    OwningSheet

    Declaration
    public Sheet OwningSheet { get; }
    Property Value
    Type Description
    Sheet

    RenderingProperties

    Declaration
    public RenderingPropertiesBuilder RenderingProperties { get; }
    Property Value
    Type Description
    RenderingPropertiesBuilder

    ResizeOption

    Declaration
    public SheetElementBuilder.ResizeOptionType ResizeOption { get; set; }
    Property Value
    Type Description
    SheetElementBuilder.ResizeOptionType

    Rotation

    Declaration
    public double Rotation { get; set; }
    Property Value
    Type Description
    double

    SourceElement

    Declaration
    public SheetElement SourceElement { get; }
    Property Value
    Type Description
    SheetElement

    UpToDate

    Declaration
    public bool UpToDate { get; }
    Property Value
    Type Description
    bool

    Visible

    Declaration
    public bool Visible { get; }
    Property Value
    Type Description
    bool

    Width

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    double

    WidthPolicy

    Declaration
    public DiagrammingSizingpolicy WidthPolicy { get; set; }
    Property Value
    Type Description
    DiagrammingSizingpolicy

    X

    Declaration
    public double X { get; set; }
    Property Value
    Type Description
    double

    Y

    Declaration
    public double Y { get; set; }
    Property Value
    Type Description
    double

    ZDepth

    Declaration
    public int ZDepth { get; set; }
    Property Value
    Type Description
    int

    Methods

    GetAllowedTransformations(out bool, out bool, out bool, out bool)

    Declaration
    public void GetAllowedTransformations(out bool isAllowedTranslation, out bool isAllowedRotation, out bool isAllowedScale, out bool isAllowedShear)
    Parameters
    Type Name Description
    bool isAllowedTranslation
    bool isAllowedRotation
    bool isAllowedScale
    bool isAllowedShear

    GetMinNodeSize(out double[])

    Declaration
    public void GetMinNodeSize(out double[] sizeValues)
    Parameters
    Type Name Description
    double[] sizeValues

    SetMinNodeSize(double[])

    Declaration
    public void SetMinNodeSize(double[] sizeValues)
    Parameters
    Type Name Description
    double[] sizeValues

    SetOwningSheet(Sheet)

    Declaration
    public void SetOwningSheet(Sheet owningSheet)
    Parameters
    Type Name Description
    Sheet owningSheet

    Implements

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