public abstract class Solid extends Figure
| Constructor and Description | 
|---|
Solid()  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract boolean | 
encloses(Cartesian point)
Indicates if the provided point is inside the volume. 
 | 
abstract EnclosureDescriptionCollection | 
getEnclosureDescriptions()
Gets the list of descriptions for the enclosure functions for this solid. 
 | 
getIsConnectedpublic abstract boolean encloses(@Nonnull Cartesian point)
    The point parameter must be expressed in the same coordinate frame
    that the volume is defined in.
point - The point to evaluate.true if the point is inside the volume and false
    if the point lies on the boundary or outside of the volume.@Nonnull public abstract EnclosureDescriptionCollection getEnclosureDescriptions()