PasteFaceBuilderPasteOptionType Enumeration

NXOpen.Features.PasteFaceBuilder.PasteOptionType is an alias for NXOpen.Features.PasteFaceBuilderPasteOptionType

class NXOpen.Features.PasteFaceBuilderPasteOptionType

Bases: object

represents the paste option which defines whether the tool body is additive or subtractive. The paste option can be determined automatically from the add or subtract attributes on the tool body, or manually for a tool body lacking the said attributes.

Enum Members

Enum Member Enum Member Description
Automatic determined automatically from the ‘add’ or ‘subtract’ attributes on each tool body.
Add each tool body will add to the target body.
Subtract each tool body will subtract from the target body.
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.