BladeFinish Class¶
-
class
NXOpen.CAM.BladeFinish¶ Bases:
NXOpen.CAM.BladeRepresents a Blade Finish Drive Method Builder
New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| CutDirection | Returns or sets the Cut Direction |
| CutPattern | Returns the cut pattern builder |
| GeometryToFinish | Returns the Geometry to Finish |
| LeadingEdge | Returns the leading edge builder |
| SidesToCut | Returns the Sides to Cut |
| StartPoint | Returns the Start Point |
| Tag | Returns the Tag for this object. |
| TrailingEdge | Returns the trailing edge builder |
Methods¶
Property Detail¶
GeometryToFinish¶
-
BladeFinish.GeometryToFinish¶ Returns the Geometry to Finish
-------------------------------------Getter Method
Signature
GeometryToFinishReturns: the Geometry to Finish Return type: NXOpen.CAM.BladeFinishGeomNew in version NX7.5.0.
License requirements: None.
SidesToCut¶
-
BladeFinish.SidesToCut¶ Returns the Sides to Cut
-------------------------------------Getter Method
Signature
SidesToCutReturns: the Sides to Cut Return type: NXOpen.CAM.CutSidesNew in version NX7.5.0.
License requirements: None.
StartPoint¶
-
BladeFinish.StartPoint¶ Returns the Start Point
-------------------------------------Getter Method
Signature
StartPointReturns: the Start Point Return type: NXOpen.CAM.BladeStartPointNew in version NX7.5.0.
License requirements: None.