Search Results for

    Show / Hide Table of Contents

    Class BlankLayoutBuilder

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

    Constructors

    BlankLayoutBuilder()

    Declaration
    protected BlankLayoutBuilder()

    Properties

    BasePoint

    Declaration
    public Point BasePoint { get; set; }
    Property Value
    Type Description
    Point

    Blank

    Declaration
    public SelectBody Blank { get; }
    Property Value
    Type Description
    SelectBody

    BlankNameStr

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

    Bottom

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

    LeftDistance

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

    LeftRightSide

    Declaration
    public BlankLayoutBuilder.LeftRightSideOption LeftRightSide { get; set; }
    Property Value
    Type Description
    BlankLayoutBuilder.LeftRightSideOption

    LockPitch

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

    LockPitchAndWidth

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

    LockRotate

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

    LockShiftX

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

    LockShiftY

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

    LockWidth

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

    MaterialUtilization

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

    MinimumSpaceSize

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

    MinimumSpaceSizeValue

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

    Pitch

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

    RightDistance

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

    Rotate

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

    SideWeb

    Declaration
    public BlankLayoutBuilder.SideWebOption SideWeb { get; set; }
    Property Value
    Type Description
    BlankLayoutBuilder.SideWebOption

    SnapSize

    Declaration
    public BlankLayoutBuilder.SnapSizeOption SnapSize { get; set; }
    Property Value
    Type Description
    BlankLayoutBuilder.SnapSizeOption

    ThreeBlanks

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

    Top

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

    Type

    Declaration
    public BlankLayoutBuilder.Types Type { get; set; }
    Property Value
    Type Description
    BlankLayoutBuilder.Types

    Width

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

    XShift

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

    YShift

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

    Methods

    InsertBlank(String)

    Declaration
    public void InsertBlank(string blankName)
    Parameters
    Type Name Description
    System.String blankName

    RepositionBottom()

    Declaration
    public void RepositionBottom()

    RepositionLeftDistance()

    Declaration
    public void RepositionLeftDistance()

    RepositionLeftRightSide()

    Declaration
    public void RepositionLeftRightSide()

    RepositionPitch()

    Declaration
    public void RepositionPitch()

    RepositionRightDistance()

    Declaration
    public void RepositionRightDistance()

    RepositionRotate()

    Declaration
    public void RepositionRotate()

    RepositionShiftX()

    Declaration
    public void RepositionShiftX()

    RepositionShiftY()

    Declaration
    public void RepositionShiftY()

    RepositionSideWeb()

    Declaration
    public void RepositionSideWeb()

    RepositionTop()

    Declaration
    public void RepositionTop()

    RepositionWidth()

    Declaration
    public void RepositionWidth()

    SetBoundingBox()

    Declaration
    public void SetBoundingBox()

    SetItemValue()

    Declaration
    public void SetItemValue()

    SetMaterialUtilization()

    Declaration
    public void SetMaterialUtilization()

    UpdateBlankLayout()

    Declaration
    public void UpdateBlankLayout()

    Implements

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