DiscussionsIssue archiveDraw Harness and Samples

Archived discussion

cant' find 'jsupload' command in ubuntu occt-draw environment

Draw Harness and SamplesTue, 02/20/2024 - 05:172 replies

Browse this forum
QuestionAuthor

Dear OCCT team,

I simply want to upload my step file into draw environment, but I can't find jsupload command.
is there anything I can do?

thank you

Discussion

2 archived replies

Posts are displayed in their archived order.

01Author

ah, nevermind. I found 'teststepread'. thank you

02Commenter-1

Sorry, if you want to load any CAD files with OCCT 7.8+. You can use
pload ALL

ReadFile DocName filepath         This command to read into doc

readfile ShName filepath              This command to read into shape

Best regards, Commenter-1