Search Results for

    Show / Hide Table of Contents

    Class PortDataBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    PortDataBuilder
    Implements
    IMessageSink
    IComponentBuilder
    Inherited Members
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(string)
    TaggedObject.PrintTestData(string, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    bool

    NozzleLeft

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

    NozzleRight

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

    NozzleTop

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

    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
    bool

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX