Class MultiPort
Inheritance
System.Object
System.MarshalByRefObject
MultiPort
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 MultiPort : Port, IMessageSink, IFitTo, IAxisPort, IRoutePosition, ICharacteristic, INXObject
Constructors
MultiPort()
Declaration
Properties
Axis
Declaration
public Axis Axis { get; set; }
Property Value
CutbackLengthObject
Declaration
public Expression CutbackLengthObject { get; set; }
Property Value
EngagementObject
Declaration
public Expression EngagementObject { get; set; }
Property Value
ForwardExtensionObject
Declaration
public Expression ForwardExtensionObject { get; set; }
Property Value
Methods
AddTerminalPorts(TerminalPort[])
Declaration
public void AddTerminalPorts(TerminalPort[] terminalPorts)
Parameters
AddVirtualPorts(String[])
Declaration
public void AddVirtualPorts(string[] virtualPorts)
Parameters
Type |
Name |
Description |
System.String[] |
virtualPorts |
|
GetTerminalPorts()
Declaration
public TerminalPort[] GetTerminalPorts()
Returns
GetVirtualPorts()
Declaration
public string[] GetVirtualPorts()
Returns
Type |
Description |
System.String[] |
|
RemoveTerminalPorts(TerminalPort[])
Declaration
public void RemoveTerminalPorts(TerminalPort[] terminalPorts)
Parameters
RemoveVirtualPorts(String[])
Declaration
public void RemoveVirtualPorts(string[] virtualPorts)
Parameters
Type |
Name |
Description |
System.String[] |
virtualPorts |
|
SetAlignVector(Vector3d)
Declaration
public void SetAlignVector(Vector3d vector)
Parameters
SetCutbackLength(Double)
Declaration
public void SetCutbackLength(double cutbackLength)
Parameters
Type |
Name |
Description |
System.Double |
cutbackLength |
|
SetEngagement(Double)
Declaration
public void SetEngagement(double engagement)
Parameters
Type |
Name |
Description |
System.Double |
engagement |
|
SetForwardExtension(Double)
Declaration
public void SetForwardExtension(double forwardExtension)
Parameters
Type |
Name |
Description |
System.Double |
forwardExtension |
|
SetRotationObject(DisplayableObject)
Declaration
public void SetRotationObject(DisplayableObject rotationObject)
Parameters
SetRotationVector(Vector3d)
Declaration
public void SetRotationVector(Vector3d vector)
Parameters
SetVirtualPorts(String[])
Declaration
public void SetVirtualPorts(string[] virtualPorts)
Parameters
Type |
Name |
Description |
System.String[] |
virtualPorts |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink