TBSGroupDefinition Class

class NXOpen.CAE.Optimization.TBSGroupDefinition

Bases: NXOpen.TaggedObject

Represents a group of nodes or elements

New in version NX8.0.0.

Properties

Property Description
Definition Returns or sets the definition type
Tag Returns the Tag for this object.
TargetSet Returns the target set

Methods

Method Description
GetElementType Returns the group element type

Enumerations

TBSGroupDefinitionDefinitionType Enumeration Represents the definition method of a group
TBSGroupDefinitionGroupElementType Enumeration Represents the type of group elements

Property Detail

Definition

TBSGroupDefinition.Definition

Returns or sets the definition type

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

Getter Method

Signature Definition

Returns:
Return type:NXOpen.CAE.Optimization.TBSGroupDefinitionDefinitionType

New in version NX8.0.0.

License requirements: None.

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

Setter Method

Signature Definition

Parameters:definition (NXOpen.CAE.Optimization.TBSGroupDefinitionDefinitionType) –

New in version NX8.0.0.

License requirements: cae_opt_topo (“NX Topology Optimization”) OR cae_opt_topobead (“NX Bead Optimization”) OR cae_opt_toposhape (“NX Shape Optimization”)

TargetSet

TBSGroupDefinition.TargetSet

Returns the target set

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

Getter Method

Signature TargetSet

Returns:
Return type:NXOpen.CAE.SetManager

New in version NX8.0.0.

License requirements: None.

Method Detail

GetElementType

TBSGroupDefinition.GetElementType

Returns the group element type

Signature GetElementType()

Returns:
Return type:NXOpen.CAE.Optimization.TBSGroupDefinitionGroupElementType

New in version NX8.0.0.

License requirements: None.