Uses of Enum Class
org.episteme.core.mathematics.geometry.boundaries.CompositeBoundary3D.ContainmentResult.Status
Packages that use CompositeBoundary3D.ContainmentResult.Status
Package
Description
Comprehensive boundary and region support for geometric modeling.
-
Uses of CompositeBoundary3D.ContainmentResult.Status in org.episteme.core.mathematics.geometry.boundaries
Subclasses with type arguments of type CompositeBoundary3D.ContainmentResult.Status in org.episteme.core.mathematics.geometry.boundariesMethods in org.episteme.core.mathematics.geometry.boundaries that return CompositeBoundary3D.ContainmentResult.StatusModifier and TypeMethodDescriptionCompositeBoundary3D.ContainmentResult.getStatus()Returns the enum constant of this class with the specified name.CompositeBoundary3D.ContainmentResult.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.episteme.core.mathematics.geometry.boundaries with parameters of type CompositeBoundary3D.ContainmentResult.StatusModifierConstructorDescriptionContainmentResult(CompositeBoundary3D.ContainmentResult.Status status, int regionIndex)