CATAnalysisInterfaces AnalysisMeshParts (Collection)
All Frameworks Object Hierarchy This Framework 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
-
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
-
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.
-
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 © 2003, Dassault Systèmes. All rights reserved.