All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

SketchBasedShape (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---Shape
            |
            +---SketchBasedShape
 


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

Property Index

Sketch
Returns the sketch the shape is based on.

Method Index

SetProfileElement
Returns or sets a profile element.

Properties


o Property Sketch() As CATIASketch (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


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

Copyright © 2003, Dassault Systèmes. All rights reserved.