DK11 for .NET | TatukGIS.NDK.TGIS_Shape.GetPoint3DEx | Constructors | Fields | Methods | Properties
Retrieve a point coordinates from a shape segment.
// C# public virtual void GetPoint3DEx( int _part, int _pos, ref double _x, ref double _y, ref double _z, ref double _m );
' VisualBasic Public Overridable Sub GetPoint3DEx( ByVal _part As Integer, ByVal _pos As Integer, ByRef _x As Double, ByRef _y As Double, ByRef _z As Double, ByRef _m As Double )
// Oxygene public procedure GetPoint3DEx( _part : Integer; _pos : Integer; var _x : Double; var _y : Double; var _z : Double; var _m : Double ); virtual;
Name | Type | Description |
---|---|---|
_part | int Integer | part number |
_pos | int Integer | point number |
_x | double Double | x coordinate |
_y | double Double | y coordinate |
_z | double Double | z coordinate |
_m | double Double | m coordinate |