CaeGroupCollectionAutoGroupSeedNames_Struct Struct

NXOpen.CAE.CaeGroupCollection.AutoGroupSeedNames is an alias for NXOpen.CAE.CaeGroupCollectionAutoGroupSeedNames_Struct

class NXOpen.CAE.CaeGroupCollectionAutoGroupSeedNames_Struct

Bases: object

Contains the prefix seed names to be given to auto created groups by type If a seed value is passed as NULL, then the auto created groups by that type will be given a default prefix List of default prefixes are as follows: MAT- for material_seed PPT- for ppt_seed Color- for color_seed XSECT- for section_seed LAM- for laminate seed DIM- for dimension seed FE_TYPE- for meshcolltype_seed

Fields

Field Description
MaterialSeed prefix seed name for auto groups grouped by material
PptSeed prefix seed name for auto groups grouped by physical property table
ColorSeed prefix seed name for auto groups grouped by color
SectionSeed prefix seed name for auto groups grouped by 1-D section
LaminateSeed prefix seed name for auto groups grouped by laminate
DimensionSeed prefix seed name for auto groups grouped by dimension
MeshcolltypeSeed prefix seed name for auto groups grouped by mesh collector type

MaterialSeed

CaeGroupCollectionAutoGroupSeedNames_Struct.MaterialSeed

prefix seed name for auto groups grouped by material -------------------------------------

Getter Method Signature MaterialSeed()

Returns:
Return type:str

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

Setter Method

Signature MaterialSeed(value)

Parameters:value (str) –

PptSeed

CaeGroupCollectionAutoGroupSeedNames_Struct.PptSeed

prefix seed name for auto groups grouped by physical property table -------------------------------------

Getter Method Signature PptSeed()

Returns:
Return type:str

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

Setter Method

Signature PptSeed(value)

Parameters:value (str) –

ColorSeed

CaeGroupCollectionAutoGroupSeedNames_Struct.ColorSeed

prefix seed name for auto groups grouped by color -------------------------------------

Getter Method Signature ColorSeed()

Returns:
Return type:str

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

Setter Method

Signature ColorSeed(value)

Parameters:value (str) –

SectionSeed

CaeGroupCollectionAutoGroupSeedNames_Struct.SectionSeed

prefix seed name for auto groups grouped by 1-D section -------------------------------------

Getter Method Signature SectionSeed()

Returns:
Return type:str

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

Setter Method

Signature SectionSeed(value)

Parameters:value (str) –

LaminateSeed

CaeGroupCollectionAutoGroupSeedNames_Struct.LaminateSeed

prefix seed name for auto groups grouped by laminate -------------------------------------

Getter Method Signature LaminateSeed()

Returns:
Return type:str

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

Setter Method

Signature LaminateSeed(value)

Parameters:value (str) –

DimensionSeed

CaeGroupCollectionAutoGroupSeedNames_Struct.DimensionSeed

prefix seed name for auto groups grouped by dimension -------------------------------------

Getter Method Signature DimensionSeed()

Returns:
Return type:str

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

Setter Method

Signature DimensionSeed(value)

Parameters:value (str) –

MeshcolltypeSeed

CaeGroupCollectionAutoGroupSeedNames_Struct.MeshcolltypeSeed

prefix seed name for auto groups grouped by mesh collector type -------------------------------------

Getter Method Signature MeshcolltypeSeed()

Returns:
Return type:str

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

Setter Method

Signature MeshcolltypeSeed(value)

Parameters:value (str) –