Modeling operations
cadlib object is the principle interface you will use in writing custom shapes.
Sections below organize methods of the cadlib object based on their usage.
Use these methods to create primitives
Collection of standard CAD operations like fillet, chamfer etc
Methods to create and manipulate Edges
Methods for creating and manage operations using face
Measure distance between faces, face to edge etc
Methods that don't fit into other categories
Methods to project face, point, shape etc
Collection of utility methods to apply transformations, like rotation, translation etc
Create solids by offseting, splitting faces, revolving wires etc
These operations modify a solid. E.g, Hollow or shell
Path is used to construct complex wires and faces by creating series of edges