AddEllipticalCylinder Method (IntelliCAD)
IntelliCAD 11.1 Object Library | |
AddEllipticalCylinder Method | |
See Also |
- pCenter
- A Point object specifying the elliptical cylinder's center point.
- MajorRadius
- A double-precision value that specifies the major radius of the cylinder's base.
- MinorRadius
- A double-precision value that specifies the minor radius of the cylinder's base.
- Height
- A double-precision value that specifies the cylinder height.
Block Collection : AddEllipticalCylinder Method |
Description
Adds a elliptical cylinder with given height and rotation.
Syntax
Visual Basic |
---|
Public Function AddEllipticalCylinder( _ 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 cylinder's center point.
- MajorRadius
- A double-precision value that specifies the major radius of the cylinder's base.
- MinorRadius
- A double-precision value that specifies the minor radius of the cylinder's base.
- Height
- A double-precision value that specifies the cylinder height.