You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just followed instructions from README.md file on Compiling RW3DM part, that is clone project, update submodules, create and run CMake command into build directory, run make install command (I have both executables on2json and json2on into install directory).
But when I'm using the command ./on2json test.3dm, I have the followed answer:
ON2JSON: Geometry Extractor for Rhino/OpenNURBS (RW3DM v2.1.4)
OpenNURBS version: 7.0.20071.14390
[ERROR] Geometry data was NOT extracted successfully
I am using Ubuntu 20.04 and I didn't found any similar problem on the web.
Thank you.
The text was updated successfully, but these errors were encountered:
I'd say that on2json compiled just fine but test.3dm does not contain supported geometry elements. Additionally, on2json will try to extract the surfaces by default. You might need to add additional parameters to extract curves.
Hi everyone!
I just followed instructions from
README.md
file onCompiling RW3DM
part, that is clone project, update submodules, create and run CMake command intobuild
directory, runmake install
command (I have both executableson2json
andjson2on
intoinstall
directory).But when I'm using the command
./on2json test.3dm
, I have the followed answer:ON2JSON: Geometry Extractor for Rhino/OpenNURBS (RW3DM v2.1.4)
OpenNURBS version: 7.0.20071.14390
[ERROR] Geometry data was NOT extracted successfully
I am using Ubuntu 20.04 and I didn't found any similar problem on the web.
Thank you.
The text was updated successfully, but these errors were encountered: