Various commands to edit meshes.
rc Key: mnuEdit
'Undo ...'
Opens the 'Undo' window. This window displays all the undoable actions made, and the user can choose where the undo action start.
rc Key: mnuEditUndo
shortkey: 'Ctrl z'
'Move ...'
Moves the selected meshes with numerical values.
rc Key: mnuEditMove
'Rotate ...'
Rotate the selected meshes with numerical values.
rc Key: mnuEditRotate
'Scale ...'
Scale the selected meshes with numerical values.
rc Key: mnuEditScale
'Uniform Scale ...'
Scale the selected meshes on all the axes with a numerical value.
rc Key: mnuEditUniformScale
'Center selected meshes'
Center selected meshes. Sometimes, when importing meshes from another modeling package, the meshes are far from the center of the scene. Use this command to bring them in the center.
rc Key: mnuEditCenter
'Invert faces'
Invert faces of the selected meshes. Sometimes, when importing meshes from other packages, the mesh can be seen from the inside but not the outside. Use this command to swith. Can also be usefull to model a room from a box. The default box is visible from the outside, and with this command, it will become visible from the inside.
rc Key: mnuEditInvertFaces
'Fix normals'
Sometimes, when importing a mesh from another modeling package, the faces normal are all mixed. This command fixe the normal in one homogenous way. It may be necessary to use the Invert faces tool afterwards.
rc Key: mnuEditFixNormals
'Cut'
Cut the selection (meshes, blob component or curves).
rc Key: mnuEditCut
shortkey: 'Ctrl x'
'Copy'
Copy the selection (meshes, blob component or curves).
rc Key: mnuEditCopy
shortkey: 'Ctrl c'
'Paste'
Paste the selection (meshes, blob component or curves).
rc Key: mnuEditPaste
shortkey: 'Ctrl v'
'Delete'
Delete the selection (meshes, blob component or curves).
rc Key: mnuEditDelete
shortkey: 'Delete'
'Show All Faces'
It is possible to hide some faces of meshes so that it is easier to work on part of it. This command can be used to unhide all the hidden faces.
rc Key: mnuEditShowFaces
shortkey: 'F11'
'Edit Point of Views...'
rc Key: mnuEditPov
'Calculator ...'
Opens a line where the user can type a mathematical formula and see the result (example:10*cos(30)).
rc Key: mnuEditCalc