The Cylinder Design is a graphic object. It has a height, radius, and a topRadius. The Cylinder can be found in the Project window under
BaseLibrary/Designs/Geometry.
Parameter Rules
height: | Height of the Cylinder. |
Example: | 1 ; |
radius: | Radius of the Cylinder. (Bottom) |
Example: | 1 ; |
topRadius: | Top radius of the Cylinder.(Top) |
Example: | 1 ; |
Mixins
BoxMixin
ConeRenderMixin
BaseAssembly
RULE NAME |
TYPE |
DEFAULTS |
CATEGORY |
FLAGS |
---|---|---|---|---|
height |
number |
1 |
Inputs |
Cached |
radius |
number |
1 |
Inputs |
Cached |
topRadius |
number |
this.radius |
Inputs |
Cached |
Project Example:
In your kBridge Examples Projects folder, open the project called ‘Geometry Examples’.
Reference Location:
'world.geometry_examples.shapes.cylinder'
Link: https://knowledgebridge.engineer/projects
Open the Geometry Examples project.
If you look at the Geometry Examples design you will see the Cylinder design. The Cylinder can be useful in building your project models.