Classes | |
| class | FindUnifiedRegions |
| class | OCL_Tool |
| class | PathGeometryGenerator |
| class | ProcessSelectedFaces |
Functions | |
| def | getCrossSection (shape) |
| def | getExtrudedShape (wire) |
| def | getProjectedFace (tempGroup, wire) |
| def | getShapeEnvelope (shape) |
| def | getShapeSlice (shape) |
| def | getSliceFromEnvelope (env) |
| def | makeExtendedBoundBox (wBB, bbBfr, zDep) |
| def | pathGeomToCircularPointSet (self, obj, compGeoShp) |
| def | pathGeomToLinesPointSet (self, obj, compGeoShp) |
| def | pathGeomToOffsetPointSet (obj, compGeoShp) |
| def | pathGeomToSpiralPointSet (obj, compGeoShp) |
| def | pathGeomToZigzagPointSet (self, obj, compGeoShp) |
Variables | |
| closedGap | |
| CutClimb | |
| Part = LazyLoader("Part", globals(), "Part") | |
| translate = FreeCAD.Qt.translate | |
| def PathScripts.PathSurfaceSupport.getCrossSection | ( | shape | ) |
| def PathScripts.PathSurfaceSupport.getExtrudedShape | ( | wire | ) |
| def PathScripts.PathSurfaceSupport.getProjectedFace | ( | tempGroup, | |
| wire | |||
| ) |
| def PathScripts.PathSurfaceSupport.getShapeEnvelope | ( | shape | ) |
| def PathScripts.PathSurfaceSupport.getShapeSlice | ( | shape | ) |
| def PathScripts.PathSurfaceSupport.getSliceFromEnvelope | ( | env | ) |
| def PathScripts.PathSurfaceSupport.makeExtendedBoundBox | ( | wBB, | |
| bbBfr, | |||
| zDep | |||
| ) |
| def PathScripts.PathSurfaceSupport.pathGeomToCircularPointSet | ( | self, | |
| obj, | |||
| compGeoShp | |||
| ) |
pathGeomToCircularPointSet(self, obj, compGeoShp)... Convert a compound set of arcs/circles to a set of directionally-oriented arc end points and the corresponding center point.
| def PathScripts.PathSurfaceSupport.pathGeomToLinesPointSet | ( | self, | |
| obj, | |||
| compGeoShp | |||
| ) |
pathGeomToLinesPointSet(self, obj, compGeoShp)... Convert a compound set of sequential line segments to directionally-oriented collinear groupings.
| def PathScripts.PathSurfaceSupport.pathGeomToOffsetPointSet | ( | obj, | |
| compGeoShp | |||
| ) |
pathGeomToOffsetPointSet(obj, compGeoShp)... Convert a compound set of 3D profile segmented wires to 2D segments, applying linear optimization.
| def PathScripts.PathSurfaceSupport.pathGeomToSpiralPointSet | ( | obj, | |
| compGeoShp | |||
| ) |
_pathGeomToSpiralPointSet(obj, compGeoShp)... Convert a compound set of sequential line segments to directional, connected groupings.
| def PathScripts.PathSurfaceSupport.pathGeomToZigzagPointSet | ( | self, | |
| obj, | |||
| compGeoShp | |||
| ) |
_pathGeomToZigzagPointSet(self, obj, compGeoShp)... Convert a compound set of sequential line segments to directionally-oriented collinear groupings with a ZigZag directional indicator included for each collinear group.
| PathScripts.PathSurfaceSupport.closedGap |
| PathScripts.PathSurfaceSupport.CutClimb |
| PathScripts.PathSurfaceSupport.Part = LazyLoader("Part", globals(), "Part") |
| PathScripts.PathSurfaceSupport.translate = FreeCAD.Qt.translate |