CylinderGeometry Op
Create a cylinder geometry
Summary (oneliner)
Full Name
- Ops.Extension.Three.Geometries.CylinderGeometry
- Extension Op - visible for members of team Three
- MIT
- three
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
No op example found on this server
INPUT PORTS
Radius (Number)
Radius of the cylinder at the top
Radius Bottom (Number)
Radius of the cylinder at the bottom
Height (Number)
Height of the cylinder
Radial Segments (Number: integer)
Number of segmented faces around the circumference of the cylinder
Height Segments (Number: integer)
Number of rows of faces along the height of the cylinder
Open Ended (Number: boolean)
Whether the base of the cylinder is open or capped
Theta Start (Number)
Start angle for first segment
Theta Length (Number)
The central angle, often called theta, of the circular sector
OUTPUT PORTS
geometry (Object)