Category Dimensions, Object ProDimlocation

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>
ProErrorProDimlocationWitnesslinesGet(
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
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more arguments is invalid.
PRO_TK_INVALID_TYPEThis type of dimension does not have witness line endpoints.
See Also
ProDimensionLocationGet

Manual References:

  1. Annotations: Annotation Features and Annotations: Modifying Dimensions
  2. Annotations: Annotation Features and Annotations: Dimension Location
  3. Annotations: Annotation Features and Annotations: Dimension Location