mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 18:20:36 +08:00
Same derp, different file.
This commit is contained in:
parent
58f3290a93
commit
98fca9090b
@ -82,6 +82,7 @@
|
|||||||
Clone<BoundingBoxf3> bounding_box();
|
Clone<BoundingBoxf3> bounding_box();
|
||||||
void center_instances_around_point(Pointf* point)
|
void center_instances_around_point(Pointf* point)
|
||||||
%code%{ THIS->center_instances_around_point(*point); %};
|
%code%{ THIS->center_instances_around_point(*point); %};
|
||||||
|
void align_instances_to_origin();
|
||||||
void translate(double x, double y, double z);
|
void translate(double x, double y, double z);
|
||||||
Clone<TriangleMesh> mesh();
|
Clone<TriangleMesh> mesh();
|
||||||
Clone<TriangleMesh> raw_mesh();
|
Clone<TriangleMesh> raw_mesh();
|
||||||
@ -208,7 +209,6 @@ ModelMaterial::attributes()
|
|||||||
bool needed_repair() const;
|
bool needed_repair() const;
|
||||||
int materials_count() const;
|
int materials_count() const;
|
||||||
int facets_count();
|
int facets_count();
|
||||||
void align_instances_to_origin();
|
|
||||||
void align_to_ground();
|
void align_to_ground();
|
||||||
void center_around_origin();
|
void center_around_origin();
|
||||||
void translate(double x, double y, double z);
|
void translate(double x, double y, double z);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user