ToolAxisTilt Class¶
-
class
NXOpen.CAM.ToolAxisTilt¶ Bases:
NXOpen.TaggedObjectRepresents a builder for an inheritable double value in of a CAM.
CAMObject .. versionadded:: NX6.0.0
Properties¶
| Property | Description |
|---|---|
| Angle | Returns or sets the tool axis tilt angle |
| MaxWallHeight | Returns or sets the maximum wall height |
| Point | Returns or sets the tool axis point |
| Tag | Returns the Tag for this object. |
| TiltAngleType | Returns or sets the tilt angle type |
| Type | Returns or sets the type of tool axis tilting |
Methods¶
| Method | Description |
|---|---|
| GetCurves | Returns the tool axis curve |
| SetCurves | Sets the tool axis curve |
Enumerations¶
| ToolAxisTiltTiltAngleTypes Enumeration | Available types for auto tilt |
| ToolAxisTiltTypes Enumeration | Available types for tool axis tilt control |
Property Detail¶
Angle¶
-
ToolAxisTilt.Angle¶ Returns or sets the tool axis tilt angle
-------------------------------------Getter Method
Signature
AngleReturns: the tool axis tilt angle Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AngleParameters: newValue (float) – the tool axis tilt angle New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
MaxWallHeight¶
-
ToolAxisTilt.MaxWallHeight¶ Returns or sets the maximum wall height
-------------------------------------Getter Method
Signature
MaxWallHeightReturns: the tool effective height Return type: float New in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MaxWallHeightParameters: newValue (float) – the tool effective height New in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
Point¶
-
ToolAxisTilt.Point¶ Returns or sets the tool axis point
-------------------------------------Getter Method
Signature
PointReturns: the tilt to/from point Return type: NXOpen.PointNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PointParameters: point ( NXOpen.Point) – the tilt to/from pointNew in version NX5.0.0.
License requirements: cam_base (“CAM BASE”)
TiltAngleType¶
-
ToolAxisTilt.TiltAngleType¶ Returns or sets the tilt angle type
-------------------------------------Getter Method
Signature
TiltAngleTypeReturns: the auto tilt flag Return type: NXOpen.CAM.ToolAxisTiltTiltAngleTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TiltAngleTypeParameters: newValue ( NXOpen.CAM.ToolAxisTiltTiltAngleTypes) – the auto tilt flagNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
Type¶
-
ToolAxisTilt.Type¶ Returns or sets the type of tool axis tilting
-------------------------------------Getter Method
Signature
TypeReturns: the current value Return type: NXOpen.CAM.ToolAxisTiltTypesNew in version NX6.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TypeParameters: newValue ( NXOpen.CAM.ToolAxisTiltTypes) – the new valueNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)
Method Detail¶
GetCurves¶
-
ToolAxisTilt.GetCurves¶ Returns the tool axis curve
Signature
GetCurves()Returns: Array of curves Return type: list of NXOpen.CurveNew in version NX6.0.0.
License requirements: None.
SetCurves¶
-
ToolAxisTilt.SetCurves¶ Sets the tool axis curve
Signature
SetCurves(curves)Parameters: curves (list of NXOpen.Curve) – Array of curvesNew in version NX6.0.0.
License requirements: cam_base (“CAM BASE”)