mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-06 05:37:04 +08:00
update trafo property description
This commit is contained in:
parent
732ebdd64d
commit
da3025e0b0
@ -468,8 +468,12 @@ class ModelVolume
|
||||
public:
|
||||
|
||||
std::string name; ///< Name of this ModelVolume object
|
||||
TriangleMesh mesh; ///< The triangular model.
|
||||
TransformationMatrix trafo; ///< The transformation matrix of this volume
|
||||
TriangleMesh mesh; ///< The triangular model
|
||||
|
||||
TransformationMatrix trafo;
|
||||
///< The transformation matrix of this volume, representing which transformation has been
|
||||
///< applied to the mesh
|
||||
|
||||
DynamicPrintConfig config;
|
||||
///< Configuration parameters specific to an object model geometry or a modifier volume,
|
||||
///< overriding the global Slic3r settings and the ModelObject settings.
|
||||
|
Loading…
x
Reference in New Issue
Block a user