pycatia.eno_cd5_interfaces.cd5_templates

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.eno_cd5_interfaces.cd5_templates.CD5Templates(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
CD5Templates

Represents a List of all Templates from a Template type.

Example:

The following example indicates how to retrieve the List of all
Templates.

Dim oTemplates As ENOIACD5Templates
Set oTemplates = oTemplateType.Templates

See also:
CD5TemplateType
item(i_index: cat_variant) CD5Template

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Func Item(CATVariant iIndex) As CD5Template

Returns (gets) an item from the list of items.

Example:

The following example gets a Template at index 1.

Dim oTemplate As ENOIACD5Template
Set oTemplate = oTemplates.Item(1)
Parameters:

i_index (cat_variant) –

Return type:

CD5Template