BoundingVolumePrimitive Class

class NXOpen.CAE.BoundingVolumePrimitive

Bases: NXOpen.TaggedObject

Represents a Bounding Volume Primitive class NXOpen.CAE.BoundingVolumePrimitive.

This is a sub object

New in version NX12.0.0.

Properties

Property Description
Containment Returns or sets the contaiment for the Bounding Volume Primitive.
Tag Returns the Tag for this object.

Methods

Method Description
GetCreationMethod Gets the type for the Bounding Volume Primitive.

Property Detail

Containment

BoundingVolumePrimitive.Containment

Returns or sets the contaiment for the Bounding Volume Primitive.

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

Getter Method

Signature Containment

Returns:
Return type:NXOpen.CAE.CaeBoundingVolumePrimitiveContainment

New in version NX12.0.0.

License requirements: None.

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

Setter Method

Signature Containment

Parameters:containment (NXOpen.CAE.CaeBoundingVolumePrimitiveContainment) –

New in version NX12.0.0.

License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)

Method Detail

GetCreationMethod

BoundingVolumePrimitive.GetCreationMethod

Gets the type for the Bounding Volume Primitive.

Signature GetCreationMethod()

Returns:
Return type:NXOpen.CAE.CaeBoundingVolumePrimitiveType

New in version NX12.0.0.

License requirements: None.