Blade Class

class NXOpen.CAM.Blade

Bases: NXOpen.TaggedObject

Represents 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 CutDirection

Returns:the Cut Direction value
Return type:NXOpen.CAM.CutDirectionTypes

New in version NX7.0.0.

License requirements: None.

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

Setter Method

Signature CutDirection

Parameters:cutDirection (NXOpen.CAM.CutDirectionTypes) – the Cut Direction value

New in version NX7.0.0.

License requirements: cam_base (“CAM BASE”)

CutPattern

Blade.CutPattern

Returns the cut pattern builder

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

Getter Method

Signature CutPattern

Returns:
Return type:NXOpen.CAM.CutPatternBuilder

New in version NX7.0.0.

License requirements: None.

LeadingEdge

Blade.LeadingEdge

Returns the leading edge builder

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

Getter Method

Signature LeadingEdge

Returns:
Return type:NXOpen.CAM.BladeEdge

New in version NX7.0.0.

License requirements: None.

TrailingEdge

Blade.TrailingEdge

Returns the trailing edge builder

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

Getter Method

Signature TrailingEdge

Returns:
Return type:NXOpen.CAM.BladeEdge

New in version NX7.0.0.

License requirements: None.