GMOperatorsInterfaces CATICGMTopSweepWireSkinCircle

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


public class CATICGMTopSweepWireSkinCircle

Class defining the topological operator that creates a sweep between a skin body and a wire body.

The sweep is defined by

As several solutions can be found, signatures are defined to distinguish them This operator follows the general scheme of the topological operators producing several resulting bodies: Sample:
 
 CATICGMTopSweepWireSkinCircle * pOp =  CATCGMCreateTopSweepWireSkinCircleVariable(factory, Skin, Wire, Spine, Law);
 pOp->Run();
 pOp->BeginningResult();
 int nbBodies = pOp->GetNumberOfResults();
 for (int iBody = 1 ; iBody <= nbBodies ; iBody ++)
 {
   pOp->NextResult();
   CATBody * pCurBody = pOp->GetResult();
 }  
 pOp->Release();


Constructor and Destructor Index


o CATICGMTopSweepWireSkinCircle()
Constructor

Constructor and Destructor


o CATICGMTopSweepWireSkinCircle
public CATICGMTopSweepWireSkinCircle()
Constructor

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

Copyright © 1999-2015, Dassault Systèmes. All rights reserved.