Class ImplicitBlend3d
Inheritance
ImplicitBlend3d
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class ImplicitBlend3d : BoundedImplicitFunction3d, ImplicitFunction3d
Fields
A
Declaration
public BoundedImplicitFunction3d A
Field Value
B
Declaration
public BoundedImplicitFunction3d B
Field Value
ExpandBounds
Declaration
public double ExpandBounds
Field Value
Properties
Blend
Declaration
public double Blend { get; set; }
Property Value
WeightA
Declaration
public double WeightA { get; set; }
Property Value
WeightB
Declaration
public double WeightB { get; set; }
Property Value
Methods
Bounds()
Declaration
public AxisAlignedBox3d Bounds()
Returns
Value(ref Vector3d)
Declaration
public double Value(ref Vector3d pt)
Parameters
Returns
Implements