AnalyzePocketBuilderAngledWallSolutions Enumeration

NXOpen.Features.AnalyzePocketBuilder.AngledWallSolutions is an alias for NXOpen.Features.AnalyzePocketBuilderAngledWallSolutions

class NXOpen.Features.AnalyzePocketBuilderAngledWallSolutions

Bases: object

Represents the solution which defines how the End Mill is positioned with the angled walls.

Enum Members

Enum Member Enum Member Description
Unknown Unknown End Mill solution.
SwarfCutWall One pass End Mill. The tool is following the angled wall and not perpendicular to the pocket floor.
CutFloorAndSwarfCutWall Two pass End Mill. During first pass you keep the tool perpendicular to the pocket floor and during second pass you follow the angled wall.
CutFloor One pass End Mill. The tool is perpendicular to the pocket floor and not follow the angled wall.
SwarfCutWallAndFloor Two pass End Mill. During first pass you follow the angled wall and during second pass you rotate the tool to follow the floor.
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.