improve comment for Scale

This commit is contained in:
eap 2010-10-01 07:29:53 +00:00
parent a109051402
commit dcf75abef1

View File

@ -3418,7 +3418,7 @@ class Mesh:
## Scales the object ## Scales the object
# @param theObject - the object to translate (mesh, submesh, or group) # @param theObject - the object to translate (mesh, submesh, or group)
# @param thePoint - base point for scale # @param thePoint - base point for scale
# @param theScaleFact - scale factors for axises # @param theScaleFact - list of 1-3 scale factors for axises
# @param Copy - allows copying the translated elements # @param Copy - allows copying the translated elements
# @param MakeGroups - forces the generation of new groups from existing # @param MakeGroups - forces the generation of new groups from existing
# ones (if Copy) # ones (if Copy)
@ -3441,7 +3441,7 @@ class Mesh:
## Creates a new mesh from the translated object ## Creates a new mesh from the translated object
# @param theObject - the object to translate (mesh, submesh, or group) # @param theObject - the object to translate (mesh, submesh, or group)
# @param thePoint - base point for scale # @param thePoint - base point for scale
# @param theScaleFact - scale factors for axises # @param theScaleFact - list of 1-3 scale factors for axises
# @param MakeGroups - forces the generation of new groups from existing ones # @param MakeGroups - forces the generation of new groups from existing ones
# @param NewMeshName - the name of the newly created mesh # @param NewMeshName - the name of the newly created mesh
# @return instance of Mesh class # @return instance of Mesh class