Solid3dCreatePyramid Method
 | 
Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public virtual void CreatePyramid(
        double height,
        int sides,
        double radius,
        double topRadius
)
 
Public Overridable Sub CreatePyramid ( 
        height As Double,
        sides As Integer,
        radius As Double,
        topRadius As Double
)
 
public:
virtual void CreatePyramid(
        double height, 
        int sides, 
        double radius, 
        double topRadius
)
 
abstract CreatePyramid : 
        height : float * 
        sides : int * 
        radius : float * 
        topRadius : float -> unit 
override CreatePyramid : 
        height : float * 
        sides : int * 
        radius : float * 
        topRadius : float -> unit 
 
 
 
Parameters
- height
 
- Type: SystemDouble
 
- sides
 
- Type: SystemInt32
 
- radius
 
- Type: SystemDouble
 
- topRadius
 
- Type: SystemDouble
 
 
See Also