Description | ||||||||||||||
Creates new datum target with specified attachment and value strings | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for 3D Drawings | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProDatumTarget.h> | ||||||||||||||
ProError | ProMdlDatumTargetCreate | ( | ||||||||||||
ProMdl p_owner_mdl | ||||||||||||||
/* (In) | ||||||||||||||
Owner model of the datum target. Cannot be NULL. | ||||||||||||||
*/ | ||||||||||||||
ProDatumTargetType type | ||||||||||||||
/* (In) | ||||||||||||||
type of datum target | ||||||||||||||
*/ | ||||||||||||||
ProAnnotationPlane* annot_plane | ||||||||||||||
/* (In) | ||||||||||||||
The annotation plane. For drawing, annotation plane should be NULL. | ||||||||||||||
*/ | ||||||||||||||
ProDatumTargetAttach attach_sels | ||||||||||||||
/* (In) | ||||||||||||||
For single reference pass non-null selection for index 0 and NULL for index 1. Pass pair of non-null selections to get intersection of both. | ||||||||||||||
*/ | ||||||||||||||
Pro3dPnt text_pnt | ||||||||||||||
/* (In) | ||||||||||||||
text point. | ||||||||||||||
*/ | ||||||||||||||
ProDtlsyminst* p_datum_target | ||||||||||||||
/* (Out) | ||||||||||||||
newly created datum target. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|