MeshVolume.setRegular


setRegular(element, [xDivisions], [yDivisions], [zDivisions], [transition])

Sets up a regular mesh.

elementstringelement name
xDivisionsoptional integer Number of elements in local X direction (if unspecified, follows child lines) (default = 0)
yDivisionsoptional integer Number of elements in local Y direction (if unspecified, follows child lines) (default = 0)
zDivisionsoptional integer Number of elements in local Z direction (if unspecified, follows child lines) (default = 0)
transitionoptional boolean Allowing transition mesh patterns? (default = FALSE)
Return valuePointer to this objectAllows multiple function calls to be chained together

Back to MeshVolume

Back to Overview