Cylinder Node
The Cylinder node generates a cylinder mesh. It is similar to the Cone node but always uses the same radius for the circles at the top and bottom.
输入
- 顶点
Number of vertices on the circle at the top and bottom. No geometry is generated if the number is below three.
- Side Segments
Number of edges running vertically along the side of the cone. No geometry is generated if the number is below one.
- Fill Segments
Number of concentric rings used to fill the round faces at the top and bottom. No geometry is generated if the number is below one.
- 半径
Distance of the vertices from the Z axis. If this is zero, the output will be a single line.
- 深度
Height of the cylinder.
属性
- 填充类型
How the circles at the top and bottom are filled with faces when their radius is larger than zero.
- 无
Do not fill the circles.
- 多边形
Fill the innermost segment of the circles with a single face.
- 三角形
Fill the innermost segment of the circles with triangles connected to a new vertex on the Z axis.
输出
- 网格
Standard geometry output.