AnalysisMeshLocalSpecifications (Object)

The interface to access a AnalysisMeshLocalSpecifications.

Methods


Func Add( iType) As
Creates a new local specification and adds it to the local specification collection.
The local specification 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 local specification
Sub Remove( iIndex)
Removes a local specification using its index or its name from the local specification collection.
Parameters:
iIndex
The index or the name of the local specification to retrieve from the collection of local specification . As a numeric, this index is the rank of the local specification in the collection. The index of the first local specification in the collection is 1, and the index of the last local specification is Count. As a string, it is the name you assigned to the local specification using the property.