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