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.2.419.0 (24.2.419.0)
Syntax public RealValuedScalarFunction<Cartesian> Function { get; }
Public ReadOnly Property Function As RealValuedScalarFunction(Of Cartesian)
Get
public:
property RealValuedScalarFunction<Cartesian>^ Function {
RealValuedScalarFunction<Cartesian>^ get ();
}
member Function : RealValuedScalarFunction<Cartesian> with get
Property Value
Type:
RealValuedScalarFunctionCartesianSee Also