Search Results for

    Show / Hide Table of Contents

    Class NodeBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    BaseObjectBuilder
    NodeBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    BaseObjectBuilder.GetDisciplines()
    BaseObjectBuilder.SetDisciplines(String[])
    BaseObjectBuilder.Id
    BaseObjectBuilder.Label
    BaseObjectBuilder.Sheet
    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.Schematic
    Assembly: NXOpen.dll
    Syntax
    public class NodeBuilder : BaseObjectBuilder, IMessageSink, IComponentBuilder

    Constructors

    NodeBuilder()

    Declaration
    protected NodeBuilder()

    Properties

    ExistingSymbol

    Declaration
    public Node ExistingSymbol { get; set; }
    Property Value
    Type Description
    Node

    FlipHorizontal

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

    FlipVertical

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

    LockAspectRatio

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

    Rotate

    Declaration
    public RotateAngleOption Rotate { get; set; }
    Property Value
    Type Description
    RotateAngleOption

    Scale

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

    ScaleX

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

    ScaleY

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

    SymbolId

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

    SymbolSourceType

    Declaration
    public SymbolSourceOption SymbolSourceType { get; set; }
    Property Value
    Type Description
    SymbolSourceOption

    Methods

    DetachAllConnections()

    Declaration
    public void DetachAllConnections()

    GetInlineSymbolLocation(out Connection, out Int32, out Double)

    Declaration
    public void GetInlineSymbolLocation(out Connection connection, out int segementId, out double percent)
    Parameters
    Type Name Description
    Connection connection
    System.Int32 segementId
    System.Double percent

    GetLocation()

    Declaration
    public Point2d GetLocation()
    Returns
    Type Description
    Point2d

    GetNode()

    Declaration
    public Node GetNode()
    Returns
    Type Description
    Node

    SetInlineSymbolLocation(Connection, Int32, Double)

    Declaration
    public void SetInlineSymbolLocation(Connection connection, int segementId, double percent)
    Parameters
    Type Name Description
    Connection connection
    System.Int32 segementId
    System.Double percent

    SetLocation(Point2d)

    Declaration
    public void SetLocation(Point2d location)
    Parameters
    Type Name Description
    Point2d location

    Implements

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