CutLevelPlanar Class

class NXOpen.CAM.CutLevelPlanar

Bases: NXOpen.TaggedObject

Represents a cut level object for planar mill.

New in version NX7.5.0.

Properties

Property Description
CommonDepth Returns the common depth
CutLevelType Returns or sets the cut level type
DistanceFromFloor Returns the distance from floor
DistanceFromTop Returns the distance from top
IncrementalSideStock Returns the incremental side stock
MinimumDepth Returns the minimum depth
Tag Returns the Tag for this object.
TopOffCriticalDepths Returns or sets the top off critical depths

Methods

Enumerations

CutLevelPlanarTypes Enumeration cut level types

Property Detail

CommonDepth

CutLevelPlanar.CommonDepth

Returns the common depth

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

Getter Method

Signature CommonDepth

Returns:the common depth
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX7.5.0.

License requirements: None.

CutLevelType

CutLevelPlanar.CutLevelType

Returns or sets the cut level type

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

Getter Method

Signature CutLevelType

Returns:the cut level type
Return type:NXOpen.CAM.CutLevelPlanarTypes

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature CutLevelType

Parameters:newValue (NXOpen.CAM.CutLevelPlanarTypes) – the cut level type

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)

DistanceFromFloor

CutLevelPlanar.DistanceFromFloor

Returns the distance from floor

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

Getter Method

Signature DistanceFromFloor

Returns:the distance from floor
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX7.5.0.

License requirements: None.

DistanceFromTop

CutLevelPlanar.DistanceFromTop

Returns the distance from top

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

Getter Method

Signature DistanceFromTop

Returns:the distance from top
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX7.5.0.

License requirements: None.

IncrementalSideStock

CutLevelPlanar.IncrementalSideStock

Returns the incremental side stock

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

Getter Method

Signature IncrementalSideStock

Returns:the incremental side stock
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX7.5.0.

License requirements: None.

MinimumDepth

CutLevelPlanar.MinimumDepth

Returns the minimum depth

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

Getter Method

Signature MinimumDepth

Returns:the minimum depth
Return type:NXOpen.CAM.InheritableDoubleBuilder

New in version NX7.5.0.

License requirements: None.

TopOffCriticalDepths

CutLevelPlanar.TopOffCriticalDepths

Returns or sets the top off critical depths

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

Getter Method

Signature TopOffCriticalDepths

Returns:the top off critical depths
Return type:bool

New in version NX7.5.0.

License requirements: None.

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

Setter Method

Signature TopOffCriticalDepths

Parameters:newValue (bool) – the top off critical depths

New in version NX7.5.0.

License requirements: cam_base (“CAM BASE”)