MeasureManager Class
The commands in the MeasureManager class are described below.
.
More...
|
| double | MeasureAngle (ReferenceObject *fromRef, ReferenceObject *centerRef, ReferenceObject *toRef) |
| | Measures the angle of the specified three points. More...
|
| |
| double | MeasureDistance (ReferenceObject *fromRef, ReferenceObject *toRef) |
| | Measures the distance between the entities. More...
|
| |
| double | MeasureDistanceFrom (double x, double y, double z, ReferenceObject *toRef) |
| | Measures the distance between the coordinates (x, y, z) and the entity. More...
|
| |
| double | MeasureDistanceFromPoint (Point *p, ReferenceObject *toRef) |
| | Measures the distance between the point object and the entity. More...
|
| |
| double | MeasurePointAngle (double x, double y, double z, ReferenceObject *fromRef, ReferenceObject *toRef) |
| | Measures the angle of the specified two points and center point. More...
|
| |
MeasureManager Class
The commands in the MeasureManager class are described below.
.
Measures the angle of the specified three points.
- Parameters
-
- Returns
- Angle
Measures the distance between the entities.
- Parameters
-
- Returns
- Distance
| double MeasureManager::MeasureDistanceFrom |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
z, |
|
|
ReferenceObject * |
toRef |
|
) |
| |
Measures the distance between the coordinates (x, y, z) and the entity.
- Parameters
-
- Returns
- Distance
Measures the distance between the point object and the entity.
- Parameters
-
- Returns
- Distance
Measures the angle of the specified two points and center point.
- Parameters
-
| x | X-coordinate of the center point |
| y | Y-coordinate of the center point |
| z | Z-coordinate of the center point |
| fromRef | ReferenceObject object of start point |
| toRef | ReferenceObject object of end point |
- Returns
- Angle