update trafo property description

This commit is contained in:
Michael Kirsch 2019-06-25 20:35:02 +02:00 committed by Joseph Lenox
parent 732ebdd64d
commit da3025e0b0

View File

@ -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.