Workspace 6.21.5
Extrude2dMesh

Takes a 2D MeshModel (i.e. a MeshModel which varies its node positions in only two of its possible 3 dimensions) and extrudes it in a specified direction. This can be useful for generating 3D representations of 2D objects (e.g. cylinders from circles).

  • Default label: "Extrude 2d Mesh"
  • Member of plug-in: Mesh
  • Catalogue path: Mesh
Inputs:
2d meshCSIRO::Mesh::MeshModel

LengthdoubleThe desired length of the 3D object in model space.
DirectionCSIRO::Mesh::Vector3dGroupThe desired direction (in model space) of the extrusion operation.
Centre at originbool

Whether or not the output model is to be moved so it is centred at the origin (0,0,0) after extrusion, or left as-is.

Outputs:
3d meshCSIRO::Mesh::MeshModel