pycatia.structure_interfaces.str_anchor_point

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_point.StrAnchorPoint(com_object)

Note

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

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
StrAnchorPoint

Represents an anchor point.
An anchor point is a point used to place the section on the support in the
design model.
get_coordinates() tuple

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub GetCoordinates(CATSafeArrayVariant oCoord)

Retrieves the coordinates of the anchor point. These coordinates are
expressed in the section local coordinate system.

Parameters:

oCoord
The 2D coordinates of the anchor point.

Example:



Dim coord(1)
anchor_1.GetCoordinates(coord)
Parameters:

o_coord (tuple) –

Return type:

None