|
IGeomServices::MinDistancePos
Description
This method allows you to get the minimum distance length between two entities.
Syntax
Length = MinDistancePos ( iEnt1, iEnt2, oPD1, oPD2 );
Input: (ICimEntity) iEnt1 |
Input first entity |
Input: (ICimEntity) iBasePositin |
Input second entity |
Output: (IPointData) iEntList |
Get first point on first entity |
Output: (IPointData) iEntList |
Get second point on second entity |
Return: (Double) Length |
Minimum length between two entities |
Note
|