Click or drag to resize

EnclosureDescriptionFunction Property

Gets the enclosure function. If all enclosure functions return a value greater than 0.0 for a given position, then that position is inside the volume.

Namespace:  AGI.Foundation.Geometry.Shapes
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public RealValuedScalarFunction<Cartesian> Function { get; }

Property Value

Type: RealValuedScalarFunctionCartesian
See Also