mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-03 20:00:39 +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
|
||||
ModelObject* get_object() const { return this->object; };
|
||||
|
||||
/// Get the ModelVolume's mesh, transformed by the ModelVolume's TransformationMatrix
|
||||
/// \param additional_trafo additional transformation
|
||||
/// Get the ModelVolume's mesh, transformed by the argument's TransformationMatrix
|
||||
/// \param trafo
|
||||
/// \return TriangleMesh the transformed mesh
|
||||
TriangleMesh get_transformed_mesh(TransformationMatrix const & trafo) const;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user