Class FixturePort
Assembly: NXOpen.dll
Syntax
public class FixturePort : Port, IMessageSink, IFitTo, IAxisPort, IRoutePosition, ICharacteristic, INXObject
Constructors
FixturePort()
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
SetAlignVector(Vector3d)
Declaration
public void SetAlignVector(Vector3d vector)
Parameters
SetCutbackLength(double)
Declaration
public void SetCutbackLength(double cutbackLength)
Parameters
Type |
Name |
Description |
double |
cutbackLength |
|
SetEngagement(double)
Declaration
public void SetEngagement(double engagement)
Parameters
Type |
Name |
Description |
double |
engagement |
|
SetForwardExtension(double)
Declaration
public void SetForwardExtension(double forwardExtension)
Parameters
Type |
Name |
Description |
double |
forwardExtension |
|
SetRotationObject(DisplayableObject)
Declaration
public void SetRotationObject(DisplayableObject rotationObject)
Parameters
SetRotationVector(Vector3d)
Declaration
public void SetRotationVector(Vector3d vector)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink