Features

Creating a Cylinder Between Two Points
Shows how to create a plane with a specific normal and project 3D points to 2D sketches. # creates a cylinder between two arbitrary points fro...
Mon, 9 Jul, 2018 at 5:58 PM
Lofting with a Guide Curve
An example of creating a loft with a guide curve.  This can easily be extended to use multiple curves. # create part P = Part('foo') # cr...
Mon, 9 Jul, 2018 at 7:13 PM
Midplane Extrusion
Shows how to extrude from the Midplane. # create the part and then a sketch containing a circle P = Part('Test') S = P.AddSketch('Shape...
Mon, 9 Jul, 2018 at 7:15 PM
Supressing, Unsupressing and Removing Features
Shows how to control suppressing, unsuppressing and removing features and sketches.  Can be used in combination with adding, locking and unlocking configura...
Mon, 9 Jul, 2018 at 7:19 PM