RhinoNurbsCurve.to_step

RhinoNurbsCurve.to_step(filepath, schema='AP203')[source]

Write the curve geometry to a STP file.

Parameters:
filepathstr

The path of the output file.

schemastr, optional

The STEP schema to use. Default is "AP203".

Returns:
None