Class PortDataBuilder
Inheritance
System.Object
System.MarshalByRefObject
PortDataBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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
DeletePort(AttributeHolder)
Declaration
public void DeletePort(AttributeHolder portObject)
Parameters
GetConnectionDirection(AttributeHolder)
Declaration
public Point2d GetConnectionDirection(AttributeHolder portObject)
Parameters
Returns
GetPointLocation(AttributeHolder)
Declaration
public Point2d GetPointLocation(AttributeHolder portObject)
Parameters
Returns
GetPortObjects(out AttributeHolder[])
Declaration
public void GetPortObjects(out AttributeHolder[] portObjects)
Parameters
SetConnectionDirection(AttributeHolder, Point2d)
Declaration
public void SetConnectionDirection(AttributeHolder portObject, Point2d connectionDirection)
Parameters
SetPointLocation(AttributeHolder, Point2d)
Declaration
public void SetPointLocation(AttributeHolder portObject, Point2d portLocation)
Parameters
Validate()
Declaration
Returns
Type |
Description |
System.Boolean |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink