API 설명서 > Dimensions > Object ProDimension > Function ProDimensionBaselinedirectionGet
Function ProDimensionBaselinedirectionGet
Description
Get the direction of an ordinate baseline dimension in the case where this is not implied by the attachment reference as retrieved by ProDimensionAttachmentsGet.
Synopsis
#include <ProDimension.h>
ProDimensionBaselinedirectionGet
(
ProDimension* dimension
/* (In)
the dimension.
*/
ProVector dir_vec
/* (Out)
the direction vector for this baseline.
*/
)
Returns
The function succeeded.
One or more input arguments were invalid.
This dimension is not of the relevant type.
User Guide References
도움이 되셨나요?