Indexes   

AnalysisMeshParts (Collection)

The collection of analysis meshparts.

Method Index

Add
Creates a new meshpart and adds it to the meshpart collection.
Item
Returns a meshpart using its index or its name from the meshpart collection.
Remove
Removes a meshpart using its index or its name from the meshpart collection.

Methods


o 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
The type of mesh part to create.
Returns:
The created meshpart
o 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
AnyObject.Name property.
Returns:
The retrieved meshpart.
o 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
AnyObject.Name property.

Copyright © 2006, Dassault Systèmes. All rights reserved.