CaeGroupCollectionAutoGroupTypes_Struct Struct

NXOpen.CAE.CaeGroupCollection.AutoGroupTypes is an alias for NXOpen.CAE.CaeGroupCollectionAutoGroupTypes_Struct

class NXOpen.CAE.CaeGroupCollectionAutoGroupTypes_Struct

Bases: object

Contains information about the types by which we do auto grouping

Fields

Field Description
ByMaterial true if meshes are to be grouped by material
ByPpt true if meshes are to be grouped by physical property table
ByColor true if meshes are to be grouped by color
BySection true if meshes are to be grouped by 1-D section
ByLaminate true if meshes are to be grouped by laminate
ByDimension true if meshes are to be grouped by dimension
ByMeshcolltype true if meshes are to be grouped by mesh collector type
ByMeshsubtype related to meshes_by_meshcolltype, true if we also want to group by mesh subtype

ByMaterial

CaeGroupCollectionAutoGroupTypes_Struct.ByMaterial

true if meshes are to be grouped by material -------------------------------------

Getter Method Signature ByMaterial()

Returns:
Return type:bool

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

Setter Method

Signature ByMaterial(value)

Parameters:value (bool) –

ByPpt

CaeGroupCollectionAutoGroupTypes_Struct.ByPpt

true if meshes are to be grouped by physical property table -------------------------------------

Getter Method Signature ByPpt()

Returns:
Return type:bool

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

Setter Method

Signature ByPpt(value)

Parameters:value (bool) –

ByColor

CaeGroupCollectionAutoGroupTypes_Struct.ByColor

true if meshes are to be grouped by color -------------------------------------

Getter Method Signature ByColor()

Returns:
Return type:bool

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

Setter Method

Signature ByColor(value)

Parameters:value (bool) –

BySection

CaeGroupCollectionAutoGroupTypes_Struct.BySection

true if meshes are to be grouped by 1-D section -------------------------------------

Getter Method Signature BySection()

Returns:
Return type:bool

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

Setter Method

Signature BySection(value)

Parameters:value (bool) –

ByLaminate

CaeGroupCollectionAutoGroupTypes_Struct.ByLaminate

true if meshes are to be grouped by laminate -------------------------------------

Getter Method Signature ByLaminate()

Returns:
Return type:bool

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

Setter Method

Signature ByLaminate(value)

Parameters:value (bool) –

ByDimension

CaeGroupCollectionAutoGroupTypes_Struct.ByDimension

true if meshes are to be grouped by dimension -------------------------------------

Getter Method Signature ByDimension()

Returns:
Return type:bool

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

Setter Method

Signature ByDimension(value)

Parameters:value (bool) –

ByMeshcolltype

CaeGroupCollectionAutoGroupTypes_Struct.ByMeshcolltype

true if meshes are to be grouped by mesh collector type -------------------------------------

Getter Method Signature ByMeshcolltype()

Returns:
Return type:bool

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

Setter Method

Signature ByMeshcolltype(value)

Parameters:value (bool) –

ByMeshsubtype

CaeGroupCollectionAutoGroupTypes_Struct.ByMeshsubtype

related to meshes_by_meshcolltype, true if we also want to group by mesh subtype -------------------------------------

Getter Method Signature ByMeshsubtype()

Returns:
Return type:bool

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

Setter Method

Signature ByMeshsubtype(value)

Parameters:value (bool) –