Function ProNoteCreate
DEPRECATED:
Since Wildfire 5.0
SUPERSEDED BY:
Description
Creates a note in the specified model.
NOTE: This function is superseded by ProSolidNoteCreate().
Synopsis
#include <ProNote.h>
ProNoteCreate
(
ProMdl mdl_handle
/* (In)
The model owner.
*/
ProModelitem* p_owner_item
/* (In)
The parent/owner of the note. If the owner is a part or assembly, this is the model itself (use ProMdlToModelitem(). If the owner is a feature, this is a feature/component that belongs to the model.
*/
ProLinelist line_list
/* (In)
The line list, which is a ProArray. Use the ProArray functions to manipulate the data.
*/
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.
See Also
도움이 되셨나요?