AddExtrudedSolid Method (IntelliCAD)
IntelliCAD 11.1 Object Library | |
AddExtrudedSolid Method | |
See Also |
- Profile
- A Region object defining a profile to be extruded.
- Height
- A double-precision value that specifies the height of the extrusion.
- TaperAngle
- A double-precision value that specifies the taper angle of the extrusion.
PaperSpace Collection : AddExtrudedSolid Method |
Description
Adds a extruded solid with given height and rotation.
Syntax
Visual Basic |
---|
Public Function AddExtrudedSolid( _ ByVal Profile As Region, _ ByVal Height As Double, _ ByVal TaperAngle As Double _ ) As Solid3D |
Parameters
- Profile
- A Region object defining a profile to be extruded.
- Height
- A double-precision value that specifies the height of the extrusion.
- TaperAngle
- A double-precision value that specifies the taper angle of the extrusion.