Interface IAxisPort
Assembly: NXOpen.dll
Syntax
public interface IAxisPort : IRoutePosition, ICharacteristic, INXObject
Properties
Axis
Declaration
Property Value
CutbackLengthObject
Declaration
Expression CutbackLengthObject { get; set; }
Property Value
EngagementObject
Declaration
Expression EngagementObject { get; set; }
Property Value
ForwardExtensionObject
Declaration
Expression ForwardExtensionObject { get; set; }
Property Value
Methods
SetAlignVector(Vector3d)
Declaration
void SetAlignVector(Vector3d vector)
Parameters
SetCutbackLength(Double)
Declaration
void SetCutbackLength(double cutbackLength)
Parameters
Type |
Name |
Description |
System.Double |
cutbackLength |
|
SetEngagement(Double)
Declaration
void SetEngagement(double engagement)
Parameters
Type |
Name |
Description |
System.Double |
engagement |
|
SetForwardExtension(Double)
Declaration
void SetForwardExtension(double forwardExtension)
Parameters
Type |
Name |
Description |
System.Double |
forwardExtension |
|
SetRotationObject(DisplayableObject)
Declaration
void SetRotationObject(DisplayableObject rotationObject)
Parameters
SetRotationVector(Vector3d)
Declaration
void SetRotationVector(Vector3d vector)
Parameters