All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

AdvancedTopologicalOpe Class CATSketchOperators

Mathematics.CATCGMVirtual
  |
  +---GeometricObjects.CATCGMOperator
    |
    +---NewTopologicalObjects.CATTopOperator
      |
      +---CATSketchOperators
 

Usage: you must use this class as is. You should never derive it.


public class CATSketchOperators

Parent class of CATSketchGeodesic.

See also:
CATSketchGeodesic


Constructor and Destructor Index


o ~CATSketchOperators()

Method Index


o GetResult(CATBody*&)
Retrieve the geodesic curve.
o GetWire(CATWire*&)
Retrieves the created wire.

Constructor and Destructor


o ~CATSketchOperators
public virtual ~CATSketchOperators()

Methods


o GetResult
public virtual void GetResult(CATBody*& oBody) =0
Retrieve the geodesic curve.
Parameters:
oBody
The geodesic curve.
o GetWire
public virtual void GetWire(CATWire*& iWire) const =0
Retrieves the created wire.
Parameters:
iWire
The geodesic wire.

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

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