Category 3D drawings and annotations, Object ProNote

Function ProNoteAttachAddend


Description
Adds a leader to the specified note. Note:

Additional functionality is available in ProNoteAttachLeaderAdd()

Synopsis
#include <ProNote.h>
ProErrorProNoteAttachAddend(
ProNoteAttach note_att
/* (In)
The handle for the ProNoteAttach
*/
ProSelection one_end_sel
/* (In)
The selection for the end of the leader
*/
ProNoteAttachAttr attr
/* (In)
The attribute of this end attachment (normal, tangent, and so on)
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully added a leader to the note.

Manual References:

  1. Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments
  2. Annotations: Annotation Features and Annotations: Modifying 3D Note Attachments

Sample Code References:

  1. pt_examples ( TestSetup.c )
  2. pt_userguide ( UgSolidNoteCreate.c )