Class PlaneDensity
Leaf: distance to a plane through the origin with a given normal, run through a curve. A horizontal plane uses the signed Y directly; anchored mode measures from the context's density anchor.
public sealed class PlaneDensity : Density
- Inheritance
-
PlaneDensity
- Inherited Members
Constructors
PlaneDensity(Func<double, double>, Vector3d, bool)
Leaf: distance to a plane through the origin with a given normal, run through a curve. A horizontal plane uses the signed Y directly; anchored mode measures from the context's density anchor.
public PlaneDensity(Func<double, double> distanceCurve, Vector3d planeNormal, bool isAnchored)
Parameters
Methods
Process(Context)
public override double Process(Density.Context context)