Workspace 6.21.5
|
Creates a new MeshModelInterface that abstractly represents the input BoundingCylinder. The Subdivisions input can be used to control how detailed the surface is.
Inputs: | |||
---|---|---|---|
MeshModelInterface | CSIRO::Mesh::MeshModelInterface | ||
Cylinder | CSIRO::Mesh::BoundingCylinder | ||
Subdivisions | int | The number of times that the initial surface triangles are sub-divided in order to more closely match the implicit surface defined by the bounding cylinder. A higher value will result in a smoother mesh at the cost of performance. | |
Outputs: | |||
Model | CSIRO::Mesh::MeshModelInterface |