Description
This .NET class wraps the AcDbRevolveOptions ObjectARX class.
Utility class for setting options used by CreateRevolvedSurface() and CreateRevolvedSolid(). These options can be used to control the shape of the resulting surface or solid. The default constructor for this class assigns default values to these options.
Class Hierarchy
Autodesk.AutoCAD.DatabaseServices.RevolveOptions
Visual Basic
Public sealed Class RevolveOptions Inherits DisposableWrapper Inherits ICloneable
C#
public sealed class RevolveOptions : DisposableWrapper, ICloneable;
Links
RevolveOptions Constructor, RevolveOptions Methods, RevolveOptions Properties
See Also
RevolvedSurface