Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demo data for F4D Converter #592

Open
cheonjeongdae opened this issue May 23, 2018 · 10 comments
Open

Demo data for F4D Converter #592

cheonjeongdae opened this issue May 23, 2018 · 10 comments

Comments

@cheonjeongdae
Copy link
Contributor

Demo data for F4D Converter.

demo_f4d.zip

@AnilGutha
Copy link

AnilGutha commented Nov 16, 2018

@cheonjeongdae, Unable to convert ifc to f4d through command prompt
"C:\F4DConverter>F4DConverter.exe -inputFolder C:\demo_f4d -outputFolder C:\f4d\projectname -log C:\demo_f4d/logTest.txt -indexing y"
it's saying that invalid arguments

@shire75
Copy link
Contributor

shire75 commented Nov 17, 2018

The prefix, which indicate a string in input command line is a key arguments, has been changed from '-' to '#'.
So, the command line you wrote should be changed to 'F4DConverter.exe #inputFolder C:\demo_f4d #outputFolder C:\f4d\projectname #log C:\demo_f4d/logTest.txt #indexing y'

@AnilGutha
Copy link

@shire75, Thank you!!

@sromerotech
Copy link

Hi everyone. I'm following the workshop slide published in LinkedIn but I find the next problem:

When I run the F4DConverter.exe #inputFolder ... command I got the same terminal output (it also seems to take some seconds processing the data) as in the slide but no output files nor log file.

Has someone an idea about what I could do?

Thanks you all in advance!

@Chep2
Copy link

Chep2 commented Apr 27, 2021

I installed the latest version of F4DConverter, downloaded demo_f4d.zip, created directories.
But on the command line, I get the error:
[ERROR][Invalid Arguments] #log and #meshType are MANDATORY when #inputFolder is used.
[Error]Invalid Arguments.
f4d

help me please

@shire75
Copy link
Contributor

shire75 commented Apr 28, 2021

Hi @ched2

You should pass '#meshType [typeValue]' argument to the converter when you want to convert.

#meshType 0 -> for semantic 3d model (cad-based or artificially designed data. most of 3d data are this type)

#meshType 3 -> points cloud data of .las format

Thanks.

@Chep2
Copy link

Chep2 commented Apr 28, 2021

@shire75, thanks for the answer!
I run the command:
F4DConverter.exe #inputFolder C:\demo_f4d #outputFolder C:\f4d\projectname #meshType 0 #log C:\demo_f4d\logTest.txt #indexing y
But I get the error:
error
The directory is empty after that:
folder

I just intended to use this demo data to test run the system.

@shire75
Copy link
Contributor

shire75 commented Apr 28, 2021

Hi @Chep2

Did you run the converter in VM environment or remote machine?

In that situation, Opengl v4.x or later is not activated which is necessary for running the converter successfully.

@Chep2
Copy link

Chep2 commented Apr 28, 2021

Yes, you're right - this was a test on Windows 7 x64 in VirtualBox.
On my main computer (Windows 10 x64) another error:
error2
It’s strange. After all, I run CMD as administrator ...

@Chep2
Copy link

Chep2 commented Apr 28, 2021

I have installed Windows 7 as my second operating system.
The files have been converted.
cool

693 models out of 5243 meshes detected.
Is this conversion successful?
Is that how it should be?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants