public enum DgnSurfaceCreationMethod extends Enum<DgnSurfaceCreationMethod>
Represents creation method of 3d surface and 3d solid
| Enum Constant and Description |
|---|
BoundedPlane
Bounded Plane
|
BoundedPlane2
Bounded Plane
|
Convolute
Convolute object
|
RightCircularCone
Right circular cone
|
RightCircularCylinder
Right circular cylinder
|
SurfaceOfProjection
Surface of projection
|
SurfaceOfRevolution
Surface of revolution
|
TabulatedCone
Tabulated cone
|
TabulatedCylinder
Tabulated cylinder
|
VolumeDefinedByBoundaryElement
Volume defined by boundary element
|
VolumeOfProjection
Volume of projection
|
VolumeOfRevolution
Volume of revolution
|
WarpedSurface
Warped surface
|
| Modifier and Type | Method and Description |
|---|---|
static DgnSurfaceCreationMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DgnSurfaceCreationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DgnSurfaceCreationMethod SurfaceOfProjection
Surface of projection
public static final DgnSurfaceCreationMethod BoundedPlane
Bounded Plane
public static final DgnSurfaceCreationMethod BoundedPlane2
Bounded Plane
public static final DgnSurfaceCreationMethod RightCircularCylinder
Right circular cylinder
public static final DgnSurfaceCreationMethod RightCircularCone
Right circular cone
public static final DgnSurfaceCreationMethod TabulatedCylinder
Tabulated cylinder
public static final DgnSurfaceCreationMethod TabulatedCone
Tabulated cone
public static final DgnSurfaceCreationMethod Convolute
Convolute object
public static final DgnSurfaceCreationMethod SurfaceOfRevolution
Surface of revolution
public static final DgnSurfaceCreationMethod WarpedSurface
Warped surface
public static final DgnSurfaceCreationMethod VolumeOfProjection
Volume of projection
public static final DgnSurfaceCreationMethod VolumeOfRevolution
Volume of revolution
public static final DgnSurfaceCreationMethod VolumeDefinedByBoundaryElement
Volume defined by boundary element
public static DgnSurfaceCreationMethod[] values()
for (DgnSurfaceCreationMethod c : DgnSurfaceCreationMethod.values()) System.out.println(c);
public static DgnSurfaceCreationMethod valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.