mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 18:43:26 +00:00
ac155dc810
- IfcParse accepts char* as input - IfcOpeningElements now return geometry
30 lines
773 B
C
30 lines
773 B
C
/* DO NOT EDIT THIS FILE - it is machine generated */
|
|
#include <jni.h>
|
|
/* Header for class org_ifcopenshell_IfcOpenShellModel */
|
|
|
|
#ifndef _Included_org_ifcopenshell_IfcOpenShellModel
|
|
#define _Included_org_ifcopenshell_IfcOpenShellModel
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
/*
|
|
* Class: org_ifcopenshell_IfcOpenShellModel
|
|
* Method: getGeometry
|
|
* Signature: ()Lorg/bimserver/plugins/ifcengine/IfcEngineGeometry;
|
|
*/
|
|
JNIEXPORT jobject JNICALL Java_org_ifcopenshell_IfcOpenShellModel_getGeometry
|
|
(JNIEnv *, jobject);
|
|
|
|
/*
|
|
* Class: org_ifcopenshell_IfcOpenShellModel
|
|
* Method: setIfcData
|
|
* Signature: ([B)V
|
|
*/
|
|
JNIEXPORT bool JNICALL Java_org_ifcopenshell_IfcOpenShellModel_setIfcData
|
|
(JNIEnv *, jobject, jbyteArray);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|