ExtrusionMultiPath perl binding - polyline() method.
This commit is contained in:
parent
081c1d681c
commit
c46b6ca27e
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,8 @@
|
|||
bool is_solid_infill();
|
||||
Polygons polygons_covered_by_width();
|
||||
Polygons polygons_covered_by_spacing();
|
||||
Clone<Polyline> polyline()
|
||||
%code{% RETVAL = THIS->as_polyline(); %};
|
||||
%{
|
||||
|
||||
SV*
|
||||
|
|
Loading…
Reference in a new issue