CutLevelPlanar Class¶
-
class
NXOpen.CAM.CutLevelPlanar¶ Bases:
NXOpen.TaggedObjectRepresents 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
CommonDepthReturns: the common depth Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX7.5.0.
License requirements: None.
CutLevelType¶
-
CutLevelPlanar.CutLevelType¶ Returns or sets the cut level type
-------------------------------------Getter Method
Signature
CutLevelTypeReturns: the cut level type Return type: NXOpen.CAM.CutLevelPlanarTypesNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CutLevelTypeParameters: newValue ( NXOpen.CAM.CutLevelPlanarTypes) – the cut level typeNew in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)
DistanceFromFloor¶
-
CutLevelPlanar.DistanceFromFloor¶ Returns the distance from floor
-------------------------------------Getter Method
Signature
DistanceFromFloorReturns: the distance from floor Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX7.5.0.
License requirements: None.
DistanceFromTop¶
-
CutLevelPlanar.DistanceFromTop¶ Returns the distance from top
-------------------------------------Getter Method
Signature
DistanceFromTopReturns: the distance from top Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX7.5.0.
License requirements: None.
IncrementalSideStock¶
-
CutLevelPlanar.IncrementalSideStock¶ Returns the incremental side stock
-------------------------------------Getter Method
Signature
IncrementalSideStockReturns: the incremental side stock Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX7.5.0.
License requirements: None.
MinimumDepth¶
-
CutLevelPlanar.MinimumDepth¶ Returns the minimum depth
-------------------------------------Getter Method
Signature
MinimumDepthReturns: the minimum depth Return type: NXOpen.CAM.InheritableDoubleBuilderNew in version NX7.5.0.
License requirements: None.
TopOffCriticalDepths¶
-
CutLevelPlanar.TopOffCriticalDepths¶ Returns or sets the top off critical depths
-------------------------------------Getter Method
Signature
TopOffCriticalDepthsReturns: the top off critical depths Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TopOffCriticalDepthsParameters: newValue (bool) – the top off critical depths New in version NX7.5.0.
License requirements: cam_base (“CAM BASE”)