All Frameworks Class Hierarchy This Framework Indexes
SketcherInterfaces Interface CATISketchElement
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISketchElement
Interface of sketch elements.
Role: This interface is used to determine the sketch father of
2D elements (geometric elements or constraints).
Method Index
- o
GetSketch(IID&,CATBaseUnknown**)
- Returns the sketch that contains the element.
Methods
o GetSketch
| public virtual GetSketch( | const | iIID, |
| | oObject) |
-
Returns the sketch that contains the element.
- Parameters:
-
- iIID
- [in] The interface identifier for which a pointer is requested.
- oObject
- [out] The address where the returned pointer to the interface is located.
- Returns:
- HRESULT
This object is included in the file: CATISketchElement.h
If needed, your Imakefile.mk should include the module: CATSketcherInterfaces