Defines a PMI graphical element.
More...
#include <cadex/PMI/GraphicalRepresentation.hxx>
|
|
typedef std::shared_ptr< internal::BaseObjectImpl > | ImplType |
| |
|
| BaseObject (const ImplType &theImpl) |
| |
Defines a PMI graphical element.
The element contains a graphical representation of PMI entity such as dimension or tolerance measurement.
The represented information can be stored in different ways: outlines, text or triangulation. There is the GraphicalComponent subclass for each representation mechanism. An element contains any number of components and a plane.
- See also
- Data, Element, GraphicalComponent
- Examples
- exploring/pmi/Program.cs, and exploring/pmi/main.cxx.
◆ GraphicalRepresentation() [1/2]
| cadex::PMI::GraphicalRepresentation::GraphicalRepresentation |
( |
Initialized | | ) |
|
|
explicit |
◆ GraphicalRepresentation() [2/2]
| cadex::PMI::GraphicalRepresentation::GraphicalRepresentation |
( |
const GraphicalComponent & | theComponent | ) |
|
|
explicit |
◆ CompareType()
| bool cadex::PMI::GraphicalRepresentation::CompareType |
( |
const BaseObject & | theObject | ) |
|
|
static |
◆ Components()
Returns the graphical components.