ZAxisSmoothing Class¶
-
class
NXOpen.CAM.ZAxisSmoothing¶ Bases:
NXOpen.TaggedObjectRepresents a
NXOpen.CAM.ZAxisSmoothingNew in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| Option | Returns or sets the z axis smoothing option. |
| Radius | Returns the smoothing radius. |
| RampAngle | Returns the ramp angle. |
| Tag | Returns the Tag for this object. |
Methods¶
Enumerations¶
| ZAxisSmoothingOptions Enumeration | Available options for z axis smoothing |
Property Detail¶
Option¶
-
ZAxisSmoothing.Option¶ Returns or sets the z axis smoothing option.
-------------------------------------Getter Method
Signature
OptionReturns: Return type: NXOpen.CAM.ZAxisSmoothingOptionsNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OptionParameters: option ( NXOpen.CAM.ZAxisSmoothingOptions) –New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
Radius¶
-
ZAxisSmoothing.Radius¶ Returns the smoothing radius.
-------------------------------------Getter Method
Signature
RadiusReturns: the smooothing radius builder Return type: NXOpen.CAM.InheritableToolDepBuilderNew in version NX7.5.0.
License requirements: None.
RampAngle¶
-
ZAxisSmoothing.RampAngle¶ Returns the ramp angle.
-------------------------------------Getter Method
Signature
RampAngleReturns: the ramp angle builder Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX7.5.0.
License requirements: None.