mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-29 16:22:53 +00:00
Update bimserver_plugin and ifcjni for IfcEngineModel::getInstanceFromExpressId()
This commit is contained in:
@@ -10,7 +10,7 @@ extern "C" {
|
||||
/*
|
||||
* Class: org_ifcopenshell_IfcOpenShellModel
|
||||
* Method: getGeometry
|
||||
* Signature: ()Lorg/bimserver/plugins/ifcengine/IfcEngineGeometry;
|
||||
* Signature: ()Lorg/ifcopenshell/IfcGeomObject;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_org_ifcopenshell_IfcOpenShellModel_getGeometry
|
||||
(JNIEnv *, jobject);
|
||||
@@ -18,9 +18,9 @@ JNIEXPORT jobject JNICALL Java_org_ifcopenshell_IfcOpenShellModel_getGeometry
|
||||
/*
|
||||
* Class: org_ifcopenshell_IfcOpenShellModel
|
||||
* Method: setIfcData
|
||||
* Signature: ([B)V
|
||||
* Signature: ([B)Z
|
||||
*/
|
||||
JNIEXPORT bool JNICALL Java_org_ifcopenshell_IfcOpenShellModel_setIfcData
|
||||
JNIEXPORT jboolean JNICALL Java_org_ifcopenshell_IfcOpenShellModel_setIfcData
|
||||
(JNIEnv *, jobject, jbyteArray);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user