mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Move method comment to the header where it belongsc
This commit is contained in:
@@ -647,7 +647,6 @@ ModelMaterial* Model::add_material(t_model_material_id material_id, const ModelM
|
|||||||
return material;
|
return material;
|
||||||
}
|
}
|
||||||
|
|
||||||
// makes sure all objects have at least one instance
|
|
||||||
bool Model::add_default_instances()
|
bool Model::add_default_instances()
|
||||||
{
|
{
|
||||||
// apply a default position to all objects not having one
|
// apply a default position to all objects not having one
|
||||||
|
|||||||
@@ -1632,6 +1632,7 @@ public:
|
|||||||
|
|
||||||
void delete_material(t_model_material_id material_id);
|
void delete_material(t_model_material_id material_id);
|
||||||
void clear_materials();
|
void clear_materials();
|
||||||
|
// Make sure all objects have at least one instance
|
||||||
bool add_default_instances();
|
bool add_default_instances();
|
||||||
// Returns approximate axis aligned bounding box of this model.
|
// Returns approximate axis aligned bounding box of this model.
|
||||||
BoundingBoxf3 bounding_box_approx() const;
|
BoundingBoxf3 bounding_box_approx() const;
|
||||||
|
|||||||
Reference in New Issue
Block a user