| Description |
| Creates a note in the specified solid model. ProAnnotationShow() should be called after creating the note in order for the note to be displayed. |
| Replacement in Object TOOLKIT: | pfcSolid::CreateNote |
| Synopsis |
| #include <ProNote.h> |
| ProError | ProSolidNoteCreate | ( |
| ProMdl mdl_handle | |
| /*
(In) |
| The owner model for the note (part or assembly). |
| */ |
| ProModelitem* p_owner_item | |
| /*
(In) |
| The owner of the note. If the note is to be owned by a feature, pass the feature here. If the note is to be owned by the model, pass NULL. |
| */ |
| wchar_t** p_note_text | |
| /*
(In) |
| The ProArray of note text lines. |
| */ |
| ProNote* note_item | |
| /*
(Out) |
| The new note. |
| */ |
| ) |
| Returns |
|
|