Sets up a regular mesh.
element | string | element name |
xDivisions | optional integer | Number of elements in local X direction (if unspecified, follows child lines) (default = 0) |
yDivisions | optional integer | Number of elements in local Y direction (if unspecified, follows child lines) (default = 0) |
zDivisions | optional integer | Number of elements in local Z direction (if unspecified, follows child lines) (default = 0) |
transition | optional boolean | Allowing transition mesh patterns? (default = FALSE) |
Return value | Pointer to this object | Allows multiple function calls to be chained together |
Back to MeshVolume
Back to Overview