CuttingSideFacesBuilderTypes Enumeration

NXOpen.Features.ShipDesign.CuttingSideFacesBuilder.Types is an alias for NXOpen.Features.ShipDesign.CuttingSideFacesBuilderTypes

class NXOpen.Features.ShipDesign.CuttingSideFacesBuilderTypes

Bases: object

Type of operation to perform on the plate. Automatic works through all the visible bodies and assigns the attributes. Manual allows the user to interactively select faces and assign data accordingly. Reverse only allows faces with existing attributes to be selected and then reverse the applied attributes on the existing selected faces.

Enum Members

Enum Member Enum Member Description
Automatic Process all the visible solids to assign the cutting side face attributes.
Manual Process all the selected solids to assign the cutting side attributes.
Reverse Reverse the cutting side attributes of the selected solids.
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.