mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-17 03:37:54 -06:00
Ported _arrange() and arrange_object() to XS
This commit is contained in:
parent
5655f786f4
commit
dfce3a3138
5 changed files with 47 additions and 45 deletions
|
@ -61,10 +61,8 @@ class Model
|
|||
TriangleMesh mesh() const;
|
||||
TriangleMesh raw_mesh() const;
|
||||
// std::string get_material_name(t_model_material_id material_id);
|
||||
|
||||
|
||||
private:
|
||||
void _arrange(const std::vector<Size> &sizes, coordf_t distance, const BoundingBox &bb) const;
|
||||
Pointfs _arrange(const Pointfs &sizes, coordf_t dist, const BoundingBoxf &bb) const;
|
||||
void arrange_objects(coordf_t dist, BoundingBoxf bb = BoundingBoxf());
|
||||
};
|
||||
|
||||
class ModelMaterial
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue