Search Results for

    Show / Hide Table of Contents

    Class PortDataBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PortDataBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    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.DiagrammingLibraryAuthor
    Assembly: NXOpen.dll
    Syntax
    public class PortDataBuilder : TaggedObject, IMessageSink, IComponentBuilder

    Constructors

    PortDataBuilder()

    Declaration
    protected PortDataBuilder()

    Properties

    NozzleBottom

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

    NozzleLeft

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

    NozzleRight

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

    NozzleTop

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

    Methods

    CreatePort()

    Declaration
    public AttributeHolder CreatePort()
    Returns
    Type Description
    AttributeHolder

    DeletePort(AttributeHolder)

    Declaration
    public void DeletePort(AttributeHolder portObject)
    Parameters
    Type Name Description
    AttributeHolder portObject

    GetConnectionDirection(AttributeHolder)

    Declaration
    public Point2d GetConnectionDirection(AttributeHolder portObject)
    Parameters
    Type Name Description
    AttributeHolder portObject
    Returns
    Type Description
    Point2d

    GetPointLocation(AttributeHolder)

    Declaration
    public Point2d GetPointLocation(AttributeHolder portObject)
    Parameters
    Type Name Description
    AttributeHolder portObject
    Returns
    Type Description
    Point2d

    GetPortObjects(out AttributeHolder[])

    Declaration
    public void GetPortObjects(out AttributeHolder[] portObjects)
    Parameters
    Type Name Description
    AttributeHolder[] portObjects

    SetConnectionDirection(AttributeHolder, Point2d)

    Declaration
    public void SetConnectionDirection(AttributeHolder portObject, Point2d connectionDirection)
    Parameters
    Type Name Description
    AttributeHolder portObject
    Point2d connectionDirection

    SetPointLocation(AttributeHolder, Point2d)

    Declaration
    public void SetPointLocation(AttributeHolder portObject, Point2d portLocation)
    Parameters
    Type Name Description
    AttributeHolder portObject
    Point2d portLocation

    Validate()

    Declaration
    public bool Validate()
    Returns
    Type Description
    System.Boolean

    Implements

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