Function ProDtlattachGet
Description
Gets a detail attachment data.
Synopsis
#include <ProDtlattach.h>
ProDtlattachGet
(
ProDtlattach attachment
/* (In)
The detail attachment.
*/
/* (Out)
The attachment type (FREE, PARAMETRIC, OFFSET or UNIMPLEMENTED).
*/
ProView* view
/* (Out)
The view if type == PRO_DTLATTACHTYPE_FREE or type == PRO_DTLATTACHTYPE_UNIMPLEMENTED. Could be NULL.
*/
ProVector location
/* (Out)
The attachment location if type == PRO_DTLATTACHTYPE_FREE, PRO_DTLATTACHTYPE_OFFSET or PRO_DTLATTACHTYPE_UNIMPLEMENTED. For drawing objects and symbols and surface finish on flat-to-screen annotation planes, this should be in screen coordinates. For symbols and surface finish on 3D model annotation planes, this should be in model coordinates.
*/
ProSelection* attach_point
/* (Out)
The attachment point if type == PRO_DTLATTACHTYPE_PARAMETRIC or PRO_DTLATTACHTYPE_OFFSET.
*/
)
Returns
The function successfully retrieved data.
Bad one or more input arguments.
Can't get data.
Not enough memory.
Sample Code References
User Guide References
これは役に立ちましたか?