You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
#include "FITKAbsGeoSplitter.h"
|
|
|
|
|
|
|
|
|
|
namespace Interface {
|
|
|
|
|
FITKGeoEnum::FITKGeometryComType Interface::FITKAbsGeoCurveSplitter::getGeometryCommandType()
|
|
|
|
|
{
|
|
|
|
|
return FITKGeoEnum::FITKGeometryComType::FGTCurveSplitter;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
FITKGeoEnum::FITKGeometryComType Interface::FITKAbsGeoSurfaceSplitter::getGeometryCommandType()
|
|
|
|
|
{
|
|
|
|
|
return FITKGeoEnum::FITKGeometryComType::FGTSurfaceSplitter;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
FITKGeoEnum::FITKGeometryComType Interface::FITKAbsGeoSolidSplitter::getGeometryCommandType()
|
|
|
|
|
{
|
|
|
|
|
return FITKGeoEnum::FITKGeometryComType::FGTSolidSplitter;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|