Rhino API to set STP schema

Hey folks,

I’m curious if anyone has come across a method in the Rhino 7 API that facilitates setting the STP Schema?
Any leads or pointers would be greatly appreciated!

Yes, to a point.

Using the new File.io tricks the STP files can be read in or written out.

All the options for STP saving are available thru this namespaces:

https://developer.rhino3d.com/api/rhinocommon/rhino.fileio?version=8.x

Might this help? What are you looking to do specifically?

Rhino does have a good combination of CAD tools and file format processing to create quite a good toolkit.

But there is also a more raw way to get into step data like this Python library that would work on our Rhino 8 Python environment:

I’m currently working with Rhino 7 and I’m aiming to set the StepSchema as SF_214.

This is the best we have for Rhino 7: