|
Open CASCADE Technology 6.5.2
|
#include <Standard_PrimitiveTypes.hxx>Enumerations | |
| enum | TopAbs_ShapeEnum { TopAbs_COMPOUND, TopAbs_COMPSOLID, TopAbs_SOLID, TopAbs_SHELL, TopAbs_FACE, TopAbs_WIRE, TopAbs_EDGE, TopAbs_VERTEX, TopAbs_SHAPE } |
| This package gives resources for Topology oriented applications such as : Topological Data Structure, Topological Algorithms. It contains : * The ShapeEnum enumeration to describe the differents topological shapes. * The Orientation enumeration to describe the orientation of a topological shape. * The State enumeration to describes the position of a point relative to a Shape. * Methods to manage the enumerations. //! Identifies various topological shapes. This enumeration allows you to use dynamic typing of shapes. The values are listed in order of complexity, from the most complex to the most simple i.e. COMPOUND > COMPSOLID > SOLID > .... > VERTEX > SHAPE. Any shape can contain simpler shapes in its definition. Abstract topological data structure describes a basic entity, the shape (present in this enumeration as the SHAPE value), which can be divided into the following component topologies: More... | |
| enum TopAbs_ShapeEnum |
1.7.4