Search Results for

    Show / Hide Table of Contents

    Class OrientBranchBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    OrientBranchBuilder
    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 OrientBranchBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    OrientBranchBuilder()

    Declaration
    protected OrientBranchBuilder()

    Properties

    BranchAngleType

    Declaration
    public OrientBranchBuilder.BranchAngleMethod BranchAngleType { get; set; }
    Property Value
    Type Description
    OrientBranchBuilder.BranchAngleMethod

    FromPoint

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  This  NXOpen.Formboard.OrientBranchBuilder.BranchAngleMethod.TwoPoints  is no longer supported.")]
    public Point FromPoint { get; set; }
    Property Value
    Type Description
    Point

    FromVector

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  This builder attribute is no longer required.")]
    public Direction FromVector { get; set; }
    Property Value
    Type Description
    Direction

    ReferenceVector

    Declaration
    public Direction ReferenceVector { get; set; }
    Property Value
    Type Description
    Direction

    RefRotationAngle

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

    RotationAngle

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

    SelectBranch

    Declaration
    public RouteObjectCollector SelectBranch { get; }
    Property Value
    Type Description
    RouteObjectCollector

    ToPoint

    Declaration
    [Obsolete("Deprecated in NX8.5.0.  This  NXOpen.Formboard.OrientBranchBuilder.BranchAngleMethod.TwoPoints  is no longer supported.")]
    public Point ToPoint { get; set; }
    Property Value
    Type Description
    Point

    ToVector

    Declaration
    public Direction ToVector { get; set; }
    Property Value
    Type Description
    Direction

    Methods

    InitializeFromSegment()

    Declaration
    [Obsolete("Deprecated in NX9.0.1.  This method is no longer required.")]
    public void InitializeFromSegment()

    SetBranchSeedObject(ISegment)

    Declaration
    public void SetBranchSeedObject(ISegment segmentTag)
    Parameters
    Type Name Description
    ISegment segmentTag

    StartDrag()

    Declaration
    [Obsolete("Deprecated in NX9.0.1.  This method is no longer required.")]
    public void StartDrag()

    StopDrag()

    Declaration
    [Obsolete("Deprecated in NX9.0.1.  This method is no longer required.")]
    public void StopDrag()

    UnSuppressConstraints()

    Declaration
    [Obsolete("Deprecated in NX7.5.3.  This method is no longer relevant and calls to this can be safely removed.")]
    public void UnSuppressConstraints()

    UpdateRotationAngle(Double)

    Declaration
    [Obsolete("Deprecated in NX9.0.1.  This method is no longer required.")]
    public void UpdateRotationAngle(double angle)
    Parameters
    Type Name Description
    System.Double angle

    Implements

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