pycatia.funct_system_interfaces.functional_position

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.funct_system_interfaces.functional_position.FunctionalPosition(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
CATFunctSystemItf.FunctionalElement
FunctionalPosition

Represents a Functional Position.
set_coords(i_x: float, i_y: float) None

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357))
o Sub SetCoords(double iX,
double iY)

Sets the coordinates.

Parameters:

iX
the x coordinate.
iY
the y coordinate
Parameters:
  • i_x (float) –

  • i_y (float) –

Return type:

None

property x: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property X() As double (Read Only)

Returns the X coordinate.
Return type:

float

property y: float

Note

CAA V5 Visual Basic Help (2020-09-25 14:34:21.593357)
o Property Y() As double (Read Only)

Returns the Y coordinate.
Return type:

float