Category 3D drawings and annotations, Object ProNote

Function ProNoteAttachNormtanleaderGet


Description
Extracts the properties of a normal/tangent leadered note.
Synopsis
#include <ProNote.h>
ProErrorProNoteAttachNormtanleaderGet(
ProNoteAttach note_attach
/* (In)
The note attachment structure.
*/
ProNoteAttachAttr* leader_type
/* (Out)
The leader type.
*/
double* length
/* (Out)
The nominal length of the leader line, in the coordinates of the note owner model. Note that depending on the orientation of the model, this length may not reflect the perceived length of the leader on the screen. Pass NULL if not interested in this information.
*/
ProVector direction
/* (Out)
The nominal direction of the leader line, from the attachement point to the note text. This is in the coordinates of the note owner model. Note that depending on the orientation of the model, this direction may not reflect the perceived direction of the leader on the screen. Pass NULL if not interested in this information.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_INVALID_TYPEThis note is not a directed (normal or tangent) leader type note or is in an annotaton plane.

Manual References:

  1. Annotations: Annotation Features and Annotations: Note Properties
  2. Annotations: Annotation Features and Annotations: Note Properties