Class ProxyPort
Inheritance
System.Object
System.MarshalByRefObject
ProxyPort
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)
Namespace: NXOpen.Routing
Assembly: NXOpen.dll
Syntax
public class ProxyPort : Port, IMessageSink, IFitTo, IAxisPort, IRoutePosition, ICharacteristic, INXObject
Constructors
ProxyPort()
Declaration
protected ProxyPort()
Properties
Axis
Declaration
public Axis Axis { get; set; }
Property Value
Type | Description |
---|---|
Axis |
CutbackLengthObject
Declaration
public Expression CutbackLengthObject { get; set; }
Property Value
Type | Description |
---|---|
Expression |
EngagementObject
Declaration
public Expression EngagementObject { get; set; }
Property Value
Type | Description |
---|---|
Expression |
ForwardExtensionObject
Declaration
public Expression ForwardExtensionObject { get; set; }
Property Value
Type | Description |
---|---|
Expression |
Methods
SetAlignVector(Vector3d)
Declaration
public void SetAlignVector(Vector3d vector)
Parameters
Type | Name | Description |
---|---|---|
Vector3d | vector |
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
Type | Name | Description |
---|---|---|
DisplayableObject | rotationObject |
SetRotationVector(Vector3d)
Declaration
public void SetRotationVector(Vector3d vector)
Parameters
Type | Name | Description |
---|---|---|
Vector3d | vector |
Implements
System.Runtime.Remoting.Messaging.IMessageSink