DK for Java | tatukgis.jdk.IGIS_Editor.Point | Methods | Properties
Access to individual points in a part.
// Java public TGIS_Point3D getPoint( int _pos );
// Oxygene public property Point[ const _pos : Integer ] : TGIS_Point3D read;
Name | Type | Description |
---|---|---|
_pos | int Integer | index of individual point on a shape; points are counted from 0 to PointCount. |
Type |
---|
TGIS_Point3D |