OOF2: The Manual
Name
OOF.Mesh.Modify — Make changes to a Mesh.
Synopsis
OOF.Mesh.Modify(mesh, modifier)
Details
- Parent Menu: OOF.Mesh
-
Callback: function
modifyMeshin moduleooflib.engine.IO.meshmenu -
Parameters:
mesh- Type: The path to an existing
Meshobject. modifier- Mesh modifier. Type: An object of the
MeshModificationclass.
Description
OOF.Mesh.Modify changes the given Mesh by
applying the given modifier to it. For details,
see the MeshModification
subclasses.
These modifications are not nearly as complex as the Skeleton
modifications, so there is no Undo command. To
make structural modifications to a Mesh, modify its Skeleton and
then RebuildMesh the Mesh.



