FAreaHasVolume Method

Return a value indicating whether the specified area has a usable volume.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static bool HasVolume(
	FArea area
)

Parameters

area  FArea
Reference to the area to inspect.

Return Value

Boolean
True if the area has a usable volume. Otherwise, false.

See Also