wrap.Geom.scale¶
-
Geom.
scale
(scaleFactor)¶ Scale model to scaleFactor.
Parameters: scaleFactor : float
If a scale of the model is very small i.e. the model size does not exceed 1.0, it might lead to round-off errors. If this is the case please pre-scale the model to some reasonable scale (say 1000.0) and downscale it back (say 1 / 1000.0) before saving.