What's new

2019 Beta 20043 Hide User Interface

ajayre

Alibre Super User
In the latest beta try running this:

Code:
P = Part('foo', True, True)
P.AddSketch('bar', P.XYPlane)
P.Save(r'C:\Users\Andy\Desktop')
P.Close()

No user interface is created. Good for creating libraries of parts.

Andy
 
Top