SketchBasedShape (Object)

Represents the shapes based on sketched 2D geometry.
It is the base object for prisms, holes, revolutions, stiffeners, and sweeps.
See also:
, , , ,

Properties


Property Sketch() As (Read Only)
Returns the sketch the shape is based on.
Example:
The following example returns the sketch a pad named firstPad is based on:
 Set sketchPad = firstPad.Sketch
 

Methods


Sub SetProfileElement( iProfileElement)
Returns or sets a profile element.