- getHeight
double getHeight()
- getMaterial
Ref!Material getMaterial()
- getRadius
double getRadius()
- getSides
long getSides()
- getSmoothFaces
bool getSmoothFaces()
- isCone
bool isCone()
- opAssign
CSGCylinder opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(CSGCylinder other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
- setCone
void setCone(bool cone)
- setHeight
void setHeight(double height)
- setMaterial
void setMaterial(Material material)
- setRadius
void setRadius(double radius)
- setSides
void setSides(long sides)
- setSmoothFaces
void setSmoothFaces(bool smooth_faces)
A CSG Cylinder shape.
This node allows you to create a cylinder (or cone) for use with the CSG system.