| Description |
| Returns the location of the dimension witness line ends in a dimension. Consult the online documentation for diagrams explaining where the witness line endpoints are located for each dimension type. |
| Synopsis |
| #include <ProDimension.h> |
| ProError | ProDimlocationWitnesslinesGet | ( |
| ProDimlocation data | |
| /*
(In) |
| The dimension location data, extracted using ProDimensionLocationGet(). |
| */ |
| ProPoint3d witness_line_1 | |
| /*
(Out) |
| The location, in model coordinates, of the first dimension witness line end. Pass NULL when not required. |
| */ |
| ProPoint3d witness_line_2 | |
| /*
(Out) |
| The location, in model coordinates, of the second dimension witness line end. Pass NULL when not required. |
| */ |
| ) |
| Returns |
|
|
| See Also |
| ProDimensionLocationGet |