DgnSurfaceCreationMethod Enumeration

Represents creation method of 3d surface and 3d solid

Namespace:  Aspose.CAD.FileFormats.Dgn
Assembly:  Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntax
public enum DgnSurfaceCreationMethod
Members
  Member nameValueDescription
SurfaceOfProjection0 Surface of projection
BoundedPlane1 Bounded Plane
BoundedPlane22 Bounded Plane
RightCircularCylinder3 Right circular cylinder
RightCircularCone4 Right circular cone
TabulatedCylinder5 Tabulated cylinder
TabulatedCone6 Tabulated cone
Convolute7 Convolute object
SurfaceOfRevolution8 Surface of revolution
WarpedSurface9 Warped surface
VolumeOfProjection10 Volume of projection
VolumeOfRevolution11 Volume of revolution
VolumeDefinedByBoundaryElement12 Volume defined by boundary element
See Also