mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-06 01:46:08 +08:00
update parameter description
This commit is contained in:
parent
da3025e0b0
commit
4c1e44702b
@ -489,8 +489,8 @@ class ModelVolume
|
|||||||
/// \return ModelObject* pointer to the owner ModelObject
|
/// \return ModelObject* pointer to the owner ModelObject
|
||||||
ModelObject* get_object() const { return this->object; };
|
ModelObject* get_object() const { return this->object; };
|
||||||
|
|
||||||
/// Get the ModelVolume's mesh, transformed by the ModelVolume's TransformationMatrix
|
/// Get the ModelVolume's mesh, transformed by the argument's TransformationMatrix
|
||||||
/// \param additional_trafo additional transformation
|
/// \param trafo
|
||||||
/// \return TriangleMesh the transformed mesh
|
/// \return TriangleMesh the transformed mesh
|
||||||
TriangleMesh get_transformed_mesh(TransformationMatrix const & trafo) const;
|
TriangleMesh get_transformed_mesh(TransformationMatrix const & trafo) const;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user