Open CASCADE Technology
7.4.0
|
Enumerations | |
enum | TopAbs_ShapeEnum { TopAbs_COMPOUND, TopAbs_COMPSOLID, TopAbs_SOLID, TopAbs_SHELL, TopAbs_FACE, TopAbs_WIRE, TopAbs_EDGE, TopAbs_VERTEX, TopAbs_SHAPE } |
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 |
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:
Enumerator | |
---|---|
TopAbs_COMPOUND | |
TopAbs_COMPSOLID | |
TopAbs_SOLID | |
TopAbs_SHELL | |
TopAbs_FACE | |
TopAbs_WIRE | |
TopAbs_EDGE | |
TopAbs_VERTEX | |
TopAbs_SHAPE |