Profiles in sketches programatically |
Top Previous Next |
A profile is something like a circle, which is contained inside a sketch.
You can get the list of profiles in a sketch like this:
// Get Profiles CComPtr<Profiles> pSkProfiles; hr = pSketch->get_Profiles(&pSkProfiles) ;
|
Text, images and diagrams © 2021 Owen F. Ransen. All rights reserved. (But copy the source code as much as you want!)