pycatia.structure_interfaces.str_anchor_points

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.structure_interfaces.str_anchor_points.StrAnchorPoints(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
StrAnchorPoints

A collection of the anchor points of a section object.
item(i_index: cat_variant) StrAnchorPoint

Note

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

Returns an anchor point from its index in the anchor points
collection.

Parameters:

iIndex
The index of the anchor point to retrieve in the collection of
anchor points. This index can either be the rank of the anchor point in the
collection or the name you assign to the anchor point. As a numerics, this
index is the rank of the anchor point in the collection. The index of the first
anchor point in the collection is 1, and the index of the last anchor point is
Count. As a string, it is the name you assigned to the member using the


AnyObject.Name property.
Returns:
The retrieved anchor point
Parameters:

i_index (cat_variant) –

Return type:

StrAnchorPoint