Search Results for

    Show / Hide Table of Contents

    Class FormboardLayoutBuilder

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

    Constructors

    FormboardLayoutBuilder()

    Declaration
    protected FormboardLayoutBuilder()

    Properties

    BranchAngleMethod

    Declaration
    public FormboardLayoutBuilder.BranchAngle BranchAngleMethod { get; set; }
    Property Value
    Type Description
    FormboardLayoutBuilder.BranchAngle

    BranchShapeType

    Declaration
    public FormboardLayoutBuilder.BranchShape BranchShapeType { get; set; }
    Property Value
    Type Description
    FormboardLayoutBuilder.BranchShape

    LengthOptions

    Declaration
    public LayoutLengthOptions LengthOptions { get; }
    Property Value
    Type Description
    LayoutLengthOptions

    MainRunEndSelection

    Declaration
    public SelectControlPoint MainRunEndSelection { get; }
    Property Value
    Type Description
    SelectControlPoint

    MainRunMethod

    Declaration
    public FormboardLayoutBuilder.MainRunType MainRunMethod { get; set; }
    Property Value
    Type Description
    FormboardLayoutBuilder.MainRunType

    MainRunOrigin

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

    MainRunStartSelection

    Declaration
    public SelectControlPoint MainRunStartSelection { get; }
    Property Value
    Type Description
    SelectControlPoint

    MaximumRandomAngle

    Declaration
    public Expression MaximumRandomAngle { get; }
    Property Value
    Type Description
    Expression

    MinimumRandomAngle

    Declaration
    public Expression MinimumRandomAngle { get; }
    Property Value
    Type Description
    Expression

    PrimaryStandardAngle

    Declaration
    public Expression PrimaryStandardAngle { get; }
    Property Value
    Type Description
    Expression

    ReverseMainRun

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

    SecondaryStandardAngle

    Declaration
    public Expression SecondaryStandardAngle { get; }
    Property Value
    Type Description
    Expression

    TertiaryStandardAngle

    Declaration
    public Expression TertiaryStandardAngle { get; }
    Property Value
    Type Description
    Expression

    Methods

    CreateDefaultGeometry()

    Declaration
    public void CreateDefaultGeometry()

    TranslateToNewOrigin()

    Declaration
    public void TranslateToNewOrigin()

    UpdateLayout()

    Declaration
    public void UpdateLayout()

    Implements

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