DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Shape.GetSnapPoint3D | Methods | Properties
Retrieving a snap point in 3D.
// C# public ITGIS_Point3D GetSnapPoint3D( ITGIS_Point3D _ptg, double _prec, ref double _dist );
' VisualBasic Public Function GetSnapPoint3D( ByVal _ptg As ITGIS_Point3D, ByVal _prec As Double, ByRef _dist As Double ) As ITGIS_Point3D
// Oxygene public function GetSnapPoint3D( _ptg : ITGIS_Point3D; _prec : Double; var _dist : Double ) : ITGIS_Point3D;
Name | Type | Description |
---|---|---|
_ptg | ITGIS_Point3D | point for which we are seeking a snap point ; |
_prec | double Double | snapping precision; only points closer to _ptg then _prec can be found ; |
_dist | double Double | achieved precision |
Type | Description |
---|---|
ITGIS_Point3D | Found snap point. If such point cannot be localized then same as _ptg. |
Snap point is the best point in the shape for which we can perform snapping.