#include "XAOPlugin_IOperations.hxx"
#include "XAOPlugin_Driver.hxx"
#include "XAOPlugin_IImportExport.hxx"
#include <utilities.h>
#include <Utils_SALOME_Exception.hxx>
#include <GEOM_PythonDump.hxx>
#include <GEOMImpl_Types.hxx>
#include <GEOMImpl_IGroupOperations.hxx>
#include <GEOMImpl_IShapesOperations.hxx>
#include <GEOMImpl_IFieldOperations.hxx>
#include <GEOM_ISubShape.hxx>
#include <GEOM_Object.hxx>
#include <GEOM_Field.hxx>
#include <XAO_Geometry.hxx>
#include <XAO_BrepGeometry.hxx>
#include <XAO_Xao.hxx>
#include <XAO_Group.hxx>
#include <XAO_Field.hxx>
#include <XAO_BooleanField.hxx>
#include <XAO_IntegerField.hxx>
#include <XAO_DoubleField.hxx>
#include <XAO_StringField.hxx>
#include <XAO_DoubleStep.hxx>
#include <XAO_StringStep.hxx>
#include <Standard_ErrorHandler.hxx>
#include <TColStd_HArray1OfByte.hxx>
#include <TColStd_HArray1OfReal.hxx>
#include <TDataStd_Integer.hxx>
Functions | |
XAO::Dimension | shapeEnumToDimension (const TopAbs_ShapeEnum &shape) |
TopAbs_ShapeEnum | getGroupDimension (XAO::Group *group) |
TopAbs_ShapeEnum getGroupDimension | ( | XAO::Group * | group | ) |
References XAO::EDGE, XAO::FACE, XAO::Group::getDimension(), XAO::SOLID, and XAO::VERTEX.
XAO::Dimension shapeEnumToDimension | ( | const TopAbs_ShapeEnum & | shape | ) |
References XAO::EDGE, XAO::FACE, XAO::SOLID, and XAO::VERTEX.