// Tie the implementation to its interface
// ---------------------------------------
#include "TIE_CATIBuildShape.h"
TIE_CATIBuildShape( WSHEDSPRTHPCHolePartBuildShape);
//-----------------------------------------------------------------------------
// Implements CATIBuildShape::BuildShape
//-----------------------------------------------------------------------------
"WSHEDSPRTHPCHolePartBuildShape::BuildShape"
int WSHEDSPRTHPCHolePartBuildShape::BuildShape ()
{
// face index
CATLISTV(CATBaseUnknown_var) WallList;
CATLISTV(CATBaseUnknown_var) BottomList;
for ( int iInfoCnt = 1; iInfoCnt<=cellListFace.Size(); iInfoCnt++ ) {
// get the sum body of cylindersる
CATDynBoolean* pOperatorBool = CATCreateDynBoolean(pImpGeoFactory,
&topDataMain,
CATBoolUnion,
spTotalBody,
spCylinderBody);