lib.3d.mesh.generate.CylinderMesh - tooll3/t3 GitHub Wiki

CylinderMesh

in lib.3d.mesh.generate


Creates a cylinder mesh with or without closing caps. You can use the Height, Fill, and RadiusOffset parameters to generate things like pie charts, torus diagrams, cones, and other shapes.

Check the presets.

Tip:

  • set the cap segments to 0 to skip drawing caps.

Also see [NGonMesh]


Input Parameters

Name (Relevancy & Type) Description
Center (Vector3) -
Radius (Single) -
RadiusOffset (Single) -
Height (Single) -
Rows (Int32) -
Columns (Int32) -
Spin (Single) -
Twist (Single) -
Fill (Single) -
BasePivot (Single) -
CapSegments (Int32) -
Rotation (Vector3) -

Outputs

Name Type
Data T3.Core.DataTypes.MeshBuffers

Please help use to improve this documentation. Feel free to improve the description.

⚠ Everything else is automatically generated and will be overwritten regularly.

⚠️ **GitHub.com Fallback** ⚠️