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