BoundingVolumePrimitive Class¶
-
class
NXOpen.CAE.BoundingVolumePrimitive¶ Bases:
NXOpen.TaggedObjectRepresents 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
ContainmentReturns: Return type: NXOpen.CAE.CaeBoundingVolumePrimitiveContainmentNew in version NX12.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ContainmentParameters: 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.CaeBoundingVolumePrimitiveTypeNew in version NX12.0.0.
License requirements: None.