Sketch.Visible Property
Parent Object: SketchDescription
Gets and sets the visibility of the sketch.
Syntax
Sketch.Visible() As BooleanProperty Value
This is a read/write property whose value is a Boolean.Samples
Name | Description |
Sketch profile control | This sample demonstrates the usage of the Profiles API to control the shape of the profile. The sample creates three concntric circles and creates an extrusion of the region between the inner circles. |
Thread Feature Create | This sample demonstrates the creation of a thread feature. It creates a cylinder in a new part document and creates a thread feature on the cylinder. |