|
CylinderMesh3D Constructor |
Constructor
Namespace: Ab3d.MeshesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public CylinderMesh3D(
Point3D bottomCenterPosition,
double radius,
double height,
int segments,
bool isSmooth
)
Parameters
- bottomCenterPosition Point3D
- center position of the bottom circle that defines the cone
- radius Double
- radius of the cylinder
- height Double
- height of the cylinder
- segments Int32
- number of segments that define the top and bottom circles of the cylinder
- isSmooth Boolean
- if true the cylinder is smooth, if false the edges on the cylinder are sharp
See Also