mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 03:43:52 +00:00
Finished implementation of TriangleMesh->split
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
%name{Slic3r::ExtrusionPath} class ExtrusionPath {
|
||||
~ExtrusionPath();
|
||||
SV* arrayref()
|
||||
%code{% RETVAL = THIS->polyline.to_SV(); %};
|
||||
%code{% RETVAL = THIS->polyline.to_AV(); %};
|
||||
SV* pp()
|
||||
%code{% RETVAL = THIS->polyline.to_SV_pureperl(); %};
|
||||
void pop_back()
|
||||
|
||||
Reference in New Issue
Block a user