CATAnalysisInterfaces AnalysisLocalEntities (Collection)
All Frameworks Object Hierarchy This Framework Indexes
AnalysisLocalEntities (Collection)
The collection of local analysis entities.
Method Index
-
Add
- Creates a new analysis local entity and adds it to the analysis entities collection.
-
Item
- Returns an analysis entity using its index or its name from the analysis entities collection.
-
Remove
- Returns an analysis local entity.
Methods
-
Creates a new analysis local entity and adds it to the analysis entities collection.
This collection may be extracted from an analysis entity.The Analysis local entity will be created on the Analysis entity.
- Parameters:
-
- iType
- The type of the entity to create.
- Returns:
- The created analysis entity
- Example:
- This example create ThisAnalysisEntity in the analysisEntities collection
The entity to create is supposed to be a pressure defined in a load set.
Dim analysisEntities As CATIAAnalysisLocalEntities
Dim ThisAnalysisEntity As AnalysisEntity
Set ThisAnalysisEntity = analysisEntities.Add("SAMShellLocal")
-
Returns an analysis entity using its index or its name from the analysis entities collection.
- Parameters:
-
- iIndex
- The index or the name of the analysis entity to retrieve from
the collection of analysis entities.
As a numerics, this index is the rank of the analysis entity
in the collection.
The index of the first analysis entity in the collection is 1, and
the index of the last analysis entity is Count.
As a string, it is the name you assigned to the analysis entity using
the
AnyObject.Name property or when creating it using the
Add method.
- Returns:
- The retrieved analysis entity
-
Returns an analysis local entity.
- Parameters:
-
- iIndex
- The index or the name of the analysis entity to retrieve from
the collection of analysis entities.
As a numerics, this index is the rank of the analysis entity
in the collection.
The index of the first analysis entity in the collection is 1, and
the index of the last analysis entity is Count.
As a string, it is the name you assigned to the analysis entity using
the
AnyObject.Name property or when creating it using the
Add method.
Copyright © 2003, Dassault Systèmes. All rights reserved.