ZAxisSmoothing Class

class NXOpen.CAM.ZAxisSmoothing

Bases: NXOpen.TaggedObject

Represents a NXOpen.CAM.ZAxisSmoothing

New 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 Option

Returns:
Return type:NXOpen.CAM.ZAxisSmoothingOptions

New in version NX7.5.0.

License requirements: None.

-------------------------------------

Setter Method

Signature Option

Parameters: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 Radius

Returns:the smooothing radius builder
Return type:NXOpen.CAM.InheritableToolDepBuilder

New in version NX7.5.0.

License requirements: None.

RampAngle

ZAxisSmoothing.RampAngle

Returns the ramp angle.

-------------------------------------

Getter Method

Signature RampAngle

Returns:the ramp angle builder
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX7.5.0.

License requirements: None.