API Documentation
>
Drawings and detail
>
Object ProDtlentitydata
> Function ProDtlentitydataWidthGet
Function ProDtlentitydataWidthGet
Description
Finds the width of the specified draft entity.
Replacement in Object TOOLKIT:
pfcDetailEntityInstructions::Width
Synopsis
#include <
ProDtlentity.h
>
ProError
ProDtlentitydataWidthGet
(
ProDtlentitydata
entdata
/* (In)
The draft entity data.
*/
double* width
/* (Out)
The retrieved width of the draft entity.
*/
)
Returns
PRO_TK_NO_ERROR
The function completed successfully.
PRO_TK_BAD_INPUTS
Invalid input argument(s).
Sample Code References
pt_examples ( TestDtlentity.c )
pt_examples ( TestDtlentity.c )
User Guide References
Draft Entity Data:ProDtlentitydataWidthGet
Was this helpful?
This site works best with JavaScript enabled