Package empro :: Module empro :: Module geometry :: Class Cone
[frames] | no frames]

Class Cone

core.Updatable --+        
                 |        
   core.Selectable --+    
                     |    
               Feature --+
                         |
                        Cone

Create a Cone component.

Class Hierarchy for Cone
Class Hierarchy for Cone

constructor Cone(height, baseXRadius, baseYRadius, topXRadius):

Instance Methods

Inherited from Feature: isSuppressed, referenceCoordinateSystem, suppress, unsuppress

Inherited from core.Selectable: clone, isSelected

Inherited from core.Updatable: __enter__, __exit__, hash, isValid, reasonWhyInvalid

Properties
ExpressionNone baseXRadius
Set the radius in the x-direction at the base of the cone
ExpressionNone baseYRadius
Set the radius in the y-direction at the base of the cone
ExpressionNone height
Set the height of the cone
ExpressionNone topXRadius
Set the radius in the x-direction at the top of the cone

Inherited from core.Selectable: metaData, name, notes