Parent Object: Sketches Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/Sketches.h>
Description
Creates a parametric sketch that is associated with a base feature.
Because of a current limitation, if you want to create a sketch associated with a base feature, you must first call the edit method of the base feature, use this method to create the sketch, and then call the finishEdit method of the base feature. The base feature must be in an "edit" state to be able to add any additional items to it.