pycatia.analysis_interfaces.analysis_mesh_local_specifications

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-09-25 14:34:21.593357

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.analysis_interfaces.analysis_mesh_local_specifications.AnalysisMeshLocalSpecifications(com_object)

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.Collection
AnalysisMeshLocalSpecifications

The interface to access a AnalysisMeshLocalSpecifications.
add(i_type: str) AnalysisMeshLocalSpecification

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func Add(CATBSTR iType) As AnalysisMeshLocalSpecification

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
The type of mesh part to create.

Returns:
The created local specification
Parameters:

i_type (str) –

Return type:

AnalysisMeshLocalSpecification

remove(i_index: cat_variant) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub Remove(CATVariant 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

AnyObject.Name property.
Parameters:

i_index (cat_variant) –

Return type:

None