OpenLexocad  27.1
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 
21 public:
22  ~InventorImport(void);
23  void setMesh(pMesh aMesh);
24  pConstMesh getMesh() const;
25 
26 private:
27  InventorImport(void) {}
28 };
29 } // namespace OpenLxApp
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:146
Super-class of all Geometries (aka GeometricRepresentationItems)
Definition: Geometry.h:23
Definition: ActiveScript.h:7
std::shared_ptr< Topo::MeshShape > pMesh
Definition: Shape.h:77
#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
Definition: GTrsf.h:47
A mesh imported from an OpenInventor (iv) file.
Definition: InventorImport.h:16
std::shared_ptr< Topo::MeshShape const > pConstMesh
Definition: Shape.h:92
#define FORWARD_DECL(x, y)
Definition: Globals.h:93