Open
Description
Hello there pythonocc community,
I am new to this community and maybe what I am asking is really basic. However, I was not able to find any reference example for what I want to do.
I have a set of coordinate points (x,y,z) which are supposed to represent a continuous surface. From these points, I would like to generate a STEP file.
Is it possible to do this using pythonocc? (i.e, via generating a NURBS surface from the discrete points that I have)
Is there maybe some reference on how to do these two things?
- First generate a NURBS surface from my discrete points.
- Then save this NURBS surface into a STEP file.
Any comments and help will be appreciated!