跳到主要内容

Working with Notes using SOLIDWORKS API

Collection of articles and code examples about automation of SOLIDWORKS notes annotations

INote interface is a SOLIDWORKS API representation of the note annotation. This interface would work with notes in assembly, part and drawing environments.

Pointer to the note can be retrieved via IAnnotation::GetSpecificAnnotation SOLIDWORKS API call.

This section contains various macro examples and code snippets for managing notes in SOLIDWORKS using API.