DgnSurfaceCreationMethod
Inheritance: java.lang.Object, com.aspose.ms.System.Enum
Represents creation method of 3d surface and 3d solid
Enum Values
| Field | Description |
|---|---|
| SurfaceOfProjection | Surface of projection |
| BoundedPlane | Bounded Plane |
| BoundedPlane2 | Bounded Plane |
| RightCircularCylinder | Right circular cylinder |
| RightCircularCone | Right circular cone |
| TabulatedCylinder | Tabulated cylinder |
| TabulatedCone | Tabulated cone |
| Convolute | Convolute object |
| SurfaceOfRevolution | Surface of revolution |
| WarpedSurface | Warped surface |
| VolumeOfProjection | Volume of projection |
| VolumeOfRevolution | Volume of revolution |
| VolumeDefinedByBoundaryElement | Volume defined by boundary element |
SurfaceOfProjection
public static final int SurfaceOfProjection
Surface of projection
Returns: int
BoundedPlane
public static final int BoundedPlane
Bounded Plane
Returns: int
BoundedPlane2
public static final int BoundedPlane2
Bounded Plane
Returns: int
RightCircularCylinder
public static final int RightCircularCylinder
Right circular cylinder
Returns: int
RightCircularCone
public static final int RightCircularCone
Right circular cone
Returns: int
TabulatedCylinder
public static final int TabulatedCylinder
Tabulated cylinder
Returns: int
TabulatedCone
public static final int TabulatedCone
Tabulated cone
Returns: int
Convolute
public static final int Convolute
Convolute object
Returns: int
SurfaceOfRevolution
public static final int SurfaceOfRevolution
Surface of revolution
Returns: int
WarpedSurface
public static final int WarpedSurface
Warped surface
Returns: int
VolumeOfProjection
public static final int VolumeOfProjection
Volume of projection
Returns: int
VolumeOfRevolution
public static final int VolumeOfRevolution
Volume of revolution
Returns: int
VolumeDefinedByBoundaryElement
public static final int VolumeDefinedByBoundaryElement
Volume defined by boundary element
Returns: int