SURFACE_MODIFICATION is used for the dynamic manipulation of surface meshes.
->-(SURFACE_MODIFICATION)--+ | +------------<-------------+----+----------------------<----------------------------------------+ | | | +-(:MODIFY_FACE)-|select face|--+-(:BACK)-------------------------------------------------------+ | | +-(:ADD_CURVE)-|select face/mesh edge|--------------------------+ | | +-(:DELETE_CURVE)-|select mesh edges|---------------------------+ | | +-(:CHANGE_NODE)-|select mesh edge|--+ | | | | | +----------------------------------+ | | | | | +-(:MOD_METHOD)-+-(:NOR_DIST)----|length|-------------------+-+ | | | | | | | +-(:DIR_DIST)----|MEAS_DIR_3D_SA|--|length|-+ | | | | | | | | +-(:NORMAL)------|MEAS_DIR_3D_SA|-----------+ | | | | | | | | +-(:WEIGHT)------|weight|-------------------+ | | | | | | | | +-(:LOCAL_COORD)-|point 3d|-----------------+ | | | | | | +--------------------------<--------------------------------+ | | | +-(:MULTIVIEW)----+-(:ON)---+-----------------------------------+ | | | | | +-(:OFF)--+ | | | +-(:CHECK)--------+-(:ON)---+-----------------------------------+ | | +-(:OFF)--+
Modification Option | Description |
---|---|
:NOR_DIST | Move the node a specified distance in the direction of the surface normal at the node. |
:DIR_DIST | Move the node a specified distance in a direction specified using MEAS_DIR_3D_SA. |
:NORMAL | Adjust the direction of the normal at the node using MEAS_DIR_3D_SA. |
:WEIGHT | Change the weighting at the selected node. |
:LOCAL_COORD | Move the node by specifying a point in 3D space using a local coordinate system in which the node represents the origin. |