Blade Class¶
-
class
NXOpen.CAM.Blade¶ Bases:
NXOpen.TaggedObjectRepresents a Blade Rough Drive Method Builder
This is an abstract superclass that has instantaible subclasses
New in version NX7.0.0.
Properties¶
| Property | Description |
|---|---|
| CutDirection | Returns or sets the Cut Direction |
| CutPattern | Returns the cut pattern builder |
| LeadingEdge | Returns the leading edge builder |
| Tag | Returns the Tag for this object. |
| TrailingEdge | Returns the trailing edge builder |
Methods¶
Enumerations¶
| BladeMaterialSideType Enumeration | Available types for Flip Material, SDM: Select Cut Direction |
Property Detail¶
CutDirection¶
-
Blade.CutDirection¶ Returns or sets the Cut Direction
-------------------------------------Getter Method
Signature
CutDirectionReturns: the Cut Direction value Return type: NXOpen.CAM.CutDirectionTypesNew in version NX7.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
CutDirectionParameters: cutDirection ( NXOpen.CAM.CutDirectionTypes) – the Cut Direction valueNew in version NX7.0.0.
License requirements: cam_base (“CAM BASE”)
CutPattern¶
-
Blade.CutPattern¶ Returns the cut pattern builder
-------------------------------------Getter Method
Signature
CutPatternReturns: Return type: NXOpen.CAM.CutPatternBuilderNew in version NX7.0.0.
License requirements: None.
LeadingEdge¶
-
Blade.LeadingEdge¶ Returns the leading edge builder
-------------------------------------Getter Method
Signature
LeadingEdgeReturns: Return type: NXOpen.CAM.BladeEdgeNew in version NX7.0.0.
License requirements: None.
TrailingEdge¶
-
Blade.TrailingEdge¶ Returns the trailing edge builder
-------------------------------------Getter Method
Signature
TrailingEdgeReturns: Return type: NXOpen.CAM.BladeEdgeNew in version NX7.0.0.
License requirements: None.