OpenLexocad  27.0
InventorImport.h
Go to the documentation of this file.
1 
2 #include <Geom/GTrsf.h>
3 #include <OpenLxApp/Geometry.h>
5 #include <Topo/Shape.h>
6 
7 #include <vector>
8 
9 FORWARD_DECL(Mesh, InventorImport)
10 
11 namespace OpenLxApp
12 {
20 {
21  PROXY_HEADER(InventorImport, Mesh::InventorImport, IFC_ENTITY_UNDEFINED)
22 
24 public:
25  ~InventorImport(void);
26  void setMesh(pMesh aMesh);
27  pConstMesh getMesh() const;
28 
29 private:
30  InventorImport(void) {}
31 };
32 } // namespace OpenLxApp
#define PROXY_HEADER(_openlexocadclass_, _corelexocadclass_, _type_)
Definition: Globals.h:149
Super-class of all Geometries (aka GeometricRepresentationItems)
Definition: Geometry.h:26
#define OPENLXAPP_EXPORT
Definition: OpenLxApp_defines.h:12
Definition: ActiveScript.h:9
std::shared_ptr< Topo::MeshShape > pMesh
Definition: Shape.h:78
#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:245
Definition: GTrsf.h:49
A mesh imported from an OpenInventor (iv) file.
Definition: InventorImport.h:19
std::shared_ptr< Topo::MeshShape const > pConstMesh
Definition: Shape.h:93
#define FORWARD_DECL(x, y)
Definition: Globals.h:96