This .NET class wraps the AcDbLoftOptions ObjectARX class.
Utility class for setting options used by LoftedSurface.CreateLoftedSurface() . These options can be used to control the shape of the resulting surface. The default constructor for this class assigns default values to these options.
Autodesk.AutoCAD.DatabaseServices.LoftOptions
Public sealed Class LoftOptions Inherits DisposableWrapper Inherits ICloneable
public sealed class LoftOptions : DisposableWrapper, ICloneable;
Comments? |