RetVal = object.AddRevolvedSolid(Profile, AxisPoint, AxisDir, Angle)
Object
MSITStore:D:\Program%20Files\AutoCAD%202005\help\acadauto.chm::/idh_modelspace_collection.htm" target="_blank" >ModelSpace Collection, MSITStore:D:\Program%20Files\AutoCAD%202005\help\acadauto.chm::/idh_paperspace_collection.htm" target="_blank" >PaperSpace Collection, MSITStore:D:\Program%20Files\AutoCAD%202005\help\acadauto.chm::/idh_block_object.htm" target="_blank" >Block The object or objects this method applies to.
Profile
MSITStore:D:\Program%20Files\AutoCAD%202005\help\acadauto.chm::/idh_region_object.htm" target="_blank" >Region object; input-only
AxisPoint Variant (three-element array of doubles); input-only The 3D WCS coordinates specifying the start point of the axis of revolution. AxisDir Variant (three-element array of doubles); input-only A 3D vector specifying the direction of the axis of revolution.
Angle
Double; input-only The angle of revolution in radians. Enter 6.28 for a full circle revolution.
RetVal
MSITStore:D:\Program%20Files\AutoCAD%202005\help\acadauto.chm::/idh_3dsolid_object.htm" target="_blank" >3DSolid object A 3DSolid object as the newly created revolved solid. |