DiscussionsIssue archiveOther usage issues

Archived discussion

STEP Application Protocols (newby question)

Other usage issuesThu, 12/18/2008 - 00:191 reply

Browse this forum
QuestionAuthor

Hello, All.

I'm wonder how OCC creates STEP files? Particulaly, where schema coming from?

I saw STEP data samples in data folder, both using FILE_SCHEMA(('AUTOMOTIVE_DESIGN_CC1 ..));
Is it possible (how?) to adopt another schema in order to read/write?
There are about 40 active schemas in the world for each aspect of AEC.

Thanks

Discussion

1 archived reply

Posts are displayed in their archived order.

01Commenter-1

Hi Author,

OCC supports (at least, writes) only AP203 and 214-compliant files. To change the target API use "write.step.schema" parameter with the Interface_Static class (see Data Exchange User's Guide for syntax). To get a list of possible values for write.step.schema, check DRAWEXE:
Draw> pload ALL
Draw> param write.step.schema
...
--- Type : Enum [1-4] 1:AP214CD 2:AP214DIS 3:AP203 4:AP214IS
...

Hope this helps.
Commenter-1

---
opencascade.blogspot.com - blog on Open CASCADE