OpenLexocad  28.0
InventorImport.h
Go to the documentation of this file.
1 
2 #include <Geom/GTrsf.h>
3 #include <OpenLxApp/Geometry.h>
4 #include <Topo/Shape.h>
5 
6 FORWARD_DECL(Mesh, InventorImport)
7 
8 namespace OpenLxApp
9 {
16 class LX_OPENLXAPP_EXPORT InventorImport : public Geometry
17 {
18  PROXY_HEADER(InventorImport, Mesh::InventorImport, IFC_ENTITY_UNDEFINED)
19 
20  DECL_PROPERTY(InventorImport, Transform, Geom::GTrsf)
21 public:
23  void setMesh(pMesh aMesh);
24  pConstMesh getMesh() const;
25 
26 private:
27  InventorImport(void) {}
28 };
29 } // namespace OpenLxApp
OpenLxApp
Definition: ActiveScript.h:10
FORWARD_DECL
#define FORWARD_DECL(x, y)
Definition: Globals.h:93
Shape.h
pMesh
std::shared_ptr< Topo::MeshShape > pMesh
Definition: Types.h:49
DECL_PROPERTY
#define DECL_PROPERTY(_class_, _name_, _type_)
DECL_PROPERTY and DEFINE_PROPERTY are macros used for mapping between the properties of Lexocad objec...
Definition: Globals.h:242
OpenLxApp::InventorImport
A mesh imported from an OpenInventor (iv) file.
Definition: InventorImport.h:17
pConstMesh
std::shared_ptr< Topo::MeshShape const > pConstMesh
Definition: Types.h:66
OpenLxApp::Geometry
Super-class of all Geometries (aka GeometricRepresentationItems)
Definition: Geometry.h:24
Geometry.h
GTrsf.h
PROXY_HEADER
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146
Geom
Definition: PropertyContainer.h:33