Today I’ve commited the code changes for dragging the bottom and sides of an extruded rectangle: Dragging the bottom of the solid updates the position
The Angle Draft tool allows the drafting of one face (multiple selection for faces to be drafted is not currently possible). The steps for using
The faces of a solid can be retrieved in a List of TopoDSShape objects using the GeomUtils method ExtractFaces var faces = GeomUtils.ExtractFaces(nb.Shape); If we