DieBooleanBuilder Class

class NXOpen.Die.DieBooleanBuilder

Bases: NXOpen.TaggedObject, NXOpen.GeometricUtilities.IComponentBuilder

Represents a NXOpen.Die.DieBooleanBuilder.

This class is a helper to other Die Design features that identify specific booleans in their dialogs, such as the Die Shoe feature.

To create a new instance of this class, use NXOpen.Die.DieCollection.CreateDieBoolean()

New in version NX6.0.0.

Properties

Property Description
BooleanOptions Returns or sets the boolean option to apply to the list of selected solids
SelectBodies Returns the bodies to be booleaned to the main feature body
Tag Returns the Tag for this object.

Methods

Method Description
Validate Validate whether the inputs to the component are sufficient for commit to be called.

Enumerations

DieBooleanBuilderBooleanType Enumeration boolean type to apply to the selected solids

Property Detail

BooleanOptions

DieBooleanBuilder.BooleanOptions

Returns or sets the boolean option to apply to the list of selected solids

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

Getter Method

Signature BooleanOptions

Returns:
Return type:NXOpen.Die.DieBooleanBuilderBooleanType

New in version NX6.0.0.

License requirements: None.

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

Setter Method

Signature BooleanOptions

Parameters:booleanOptions (NXOpen.Die.DieBooleanBuilderBooleanType) –

New in version NX6.0.0.

License requirements: ug_die_design (“Die Design”)

SelectBodies

DieBooleanBuilder.SelectBodies

Returns the bodies to be booleaned to the main feature body

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

Getter Method

Signature SelectBodies

Returns:
Return type:NXOpen.SelectNXObjectList

New in version NX6.0.0.

License requirements: None.

Method Detail

Validate

DieBooleanBuilder.Validate

Validate whether the inputs to the component are sufficient for commit to be called.

If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.

Signature Validate()

Returns:Was self validation successful
Return type:bool

New in version NX3.0.1.

License requirements: None.