DK11 for Python | tatukgis.pdk.TGIS_Shape.GetPointEx | Constructors | Methods | Properties
Retrieve a point coordinates from a shape segment.
# Python def GetPointEx( self, _part: int, _pos: int, _x: VarParameter, _y: VarParameter ) -> None:
Name | Type | Description |
---|---|---|
_part | int | part number |
_pos | int | point number |
_x | float | x coordinate |
_y | float | y coordinate |