AddEllipticalCone Method (IntelliCAD)
IntelliCAD 11.1 Object Library | |
AddEllipticalCone Method | |
See Also |
- pCenter
- A Point object specifying the elliptical cone's center point.
- MajorRadius
- A double-precision value that specifies the major radius of the cone's base.
- MinorRadius
- A double-precision value that specifies the minor radius of the cone's base.
- Height
- A double-precision value that specifies the cone height.
ModelSpace Collection : AddEllipticalCone Method |
Description
Adds a elliptical cone with given height and rotation.
Syntax
Visual Basic |
---|
Public Function AddEllipticalCone( _ ByVal pCenter As Point, _ ByVal MajorRadius As Double, _ ByVal MinorRadius As Double, _ ByVal Height As Double _ ) As Solid3D |
Parameters
- pCenter
- A Point object specifying the elliptical cone's center point.
- MajorRadius
- A double-precision value that specifies the major radius of the cone's base.
- MinorRadius
- A double-precision value that specifies the minor radius of the cone's base.
- Height
- A double-precision value that specifies the cone height.