Interactive (GUI)#

These functions start a wx-based user interface. Use them when you want to inspect a design interactively or drive a compiler workflow from form controls.

pyvcad_rendering.render.Render(vcad_object, materials=None)[source]#

Alias for render().

pyvcad_rendering.export.Export(*args, **kwargs)[source]#

Alias for export().

Export is the entry point for choosing a compiler and filling its options in the UI before writing output. The concrete compiler classes live in pyvcad_compilers; see that page for available backends.