API 설명서 > Solids and parts > Object ProSolid > Function ProSolidNoteCreate
Function ProSolidNoteCreate
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:
Synopsis
#include <ProNote.h>
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
The function successfully created the note.
Model is in read-only state.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
도움이 되셨나요?