All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

SketcherInterfaces Interface CATISketchFactory

System.IUnknown
  |
  +---System.IDispatch
    |
    +---System.CATBaseUnknown
      |
      +---CATISketchFactory
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATISketchFactory



Method Index


o CreateSketch(CATBaseUnknown_var&,int)
Creates a Sketch.
o CreateSketch(double[3],double[3],double[3],int)
Creates a Sketch.

Methods


o CreateSketch
public virtual CATISpecObject_var CreateSketch( const CATBaseUnknown_var& iSupportSurface=NULL_var,
const int iUserType=0) = 0
Creates a Sketch.
o CreateSketch
public virtual CATISpecObject_var CreateSketch( const double[3] pOrigin,
const double[3] pHDirection,
const double[3] pVDirection,
const int iUserType=0) = 0
Creates a Sketch.

This object is included in the file: CATISketchFactory.h
If needed, your Imakefile.mk should include the module: CATSketcherInterfaces

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