Description | ||||||||||||||
Creates a new ordinate baseline annotation element in the annotation feature. | ||||||||||||||
Licensing Requirement | ||||||||||||||
TOOLKIT for 3D Drawings | ||||||||||||||
Synopsis | ||||||||||||||
#include <ProAnnotationFeat.h> | ||||||||||||||
ProError | ProAnnotationfeatBaselineCreate | ( | ||||||||||||
ProSelection feature | ||||||||||||||
/* (In) | ||||||||||||||
The annotation feature. If the feature belongs to a subcomponent of the active assembly, the component path must be specified. | ||||||||||||||
*/ | ||||||||||||||
ProSelection reference | ||||||||||||||
/* (In) | ||||||||||||||
The reference geometry for the ordinate baseline dim. | ||||||||||||||
*/ | ||||||||||||||
ProSelection direction_reference | ||||||||||||||
/* (In) | ||||||||||||||
A straight entity indicating the direction of dimension witness lines. If the attachment reference is a csys, this must be a csys axis. If the dimension reference is a plane or linear entity, this can be NULL. | ||||||||||||||
*/ | ||||||||||||||
ProAnnotationPlane* plane | ||||||||||||||
/* (In) | ||||||||||||||
The annotation plane for the baseline dim and all of its related dimensions. | ||||||||||||||
*/ | ||||||||||||||
ProAnnotationElem* baseline_ae | ||||||||||||||
/* (Out) | ||||||||||||||
The baseline annotation element. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|