EnclosureDescription Constructor |
Initializes a new instance.
Namespace:
AGI.Foundation.Geometry.Shapes
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public EnclosureDescription(
RealValuedScalarFunction<Cartesian> function,
EnclosureFunctionType functionType
)
Public Sub New (
function As RealValuedScalarFunction(Of Cartesian),
functionType As EnclosureFunctionType
)
public:
EnclosureDescription(
RealValuedScalarFunction<Cartesian>^ function,
EnclosureFunctionType functionType
)
new :
function : RealValuedScalarFunction<Cartesian> *
functionType : EnclosureFunctionType -> EnclosureDescription
Parameters
- function
- Type: AGI.Foundation.NumericalMethodsRealValuedScalarFunctionCartesian
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.
- functionType
- Type: AGI.Foundation.Geometry.ShapesEnclosureFunctionType
The type of value returned by the function.
Exceptions See Also