Class ImplicitShell3d
remaps values so that values within given interval are negative,
and values outside this interval are positive. So, for a distance
field, this converts single isocontour into two nested isocontours
with zeros at interval a and b, with 'inside' in interval
Inheritance
ImplicitShell3d
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class ImplicitShell3d : BoundedImplicitFunction3d, ImplicitFunction3d
Fields
A
Declaration
public BoundedImplicitFunction3d A
Field Value
Inside
Declaration
Field Value
Methods
Bounds()
Declaration
public AxisAlignedBox3d Bounds()
Returns
Value(ref Vector3d)
Declaration
public double Value(ref Vector3d pt)
Parameters
Returns
Implements