Documentation de l'API > Dimensions > Object ProDimlocation > Function ProDimlocationWitnesslinesGet
Function ProDimlocationWitnesslinesGet
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>
ProDimlocationWitnesslinesGet
(
/* (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
The function succeeded.
One or more arguments is invalid.
This type of dimension does not have witness line endpoints.
See Also
User Guide References
Est-ce que cela a été utile ?