AnalysisMeshParts (Object)

The collection of analysis meshparts.

Methods


Func Add( iType) As
Creates a new meshpart and adds it to the meshpart collection.
The meshpart will be created linked to the AnalysisMeshManager object.
Parameters:
iType
under the form : oStartUpName@oCatalogName?oClientId (For User defined Startups). The type of mesh part to create.
Returns:
The created meshpart
Func Item( iIndex) As
Returns a meshpart using its index or its name from the meshpart collection.
Parameters:
iIndex
The index or the name of the meshpart to retrieve from the collection of meshparts. As a numeric, this index is the rank of the meshpart in the collection. The index of the first meshpart in the collection is 1, and the index of the last meshpart is Count. As a string, it is the name you assigned to the meshpart using the property.
Returns:
The retrieved meshpart.
Sub Remove( iIndex)
Removes a meshpart using its index or its name from the meshpart collection.
Parameters:
iIndex
The index or the name of the meshpart to retrieve from the collection of meshpart. As a numeric, this index is the rank of the meshpart in the collection. The index of the first meshpart in the collection is 1, and the index of the last meshpart is Count. As a string, it is the name you assigned to the meshpart using the property.