mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 23:31:13 -06:00
Some initial work for 3D slice rendering
This commit is contained in:
parent
a34cd24fa1
commit
a82f95e903
5 changed files with 100 additions and 3 deletions
|
@ -32,6 +32,7 @@
|
|||
Clone<Point> point_at(double distance);
|
||||
Polyline* as_polyline()
|
||||
%code{% RETVAL = new Polyline(*THIS); %};
|
||||
Clone<Point> normal();
|
||||
%{
|
||||
|
||||
Line*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue