mirror of
https://github.com/xibyte/jsketcher
synced 2026-01-04 14:59:32 +01:00
9 lines
No EOL
258 B
JavaScript
9 lines
No EOL
258 B
JavaScript
import {sortPolygons, getSketchedPolygons3D} from '../mesh/workbench'
|
|
|
|
|
|
|
|
// here will be function of conversion sketch objects to brep DS
|
|
|
|
export function ReadSketchFromFace(app, face, reverseGeom) {
|
|
return getSketchedPolygons3D(app, face, reverseGeom);
|
|
} |