/// <summary> /// If you don't want to use the default axis aligned bounding box as /// fluid area representation you can define your own area using the FluidAreaDelegate. /// </summary> /// <param name="fluidArea">A delegate specifing the fluid area. Set to null if you /// want to use the default box.</param> public void UseOwnFluidArea(DefineFluidArea fluidArea) { this.fluidArea = fluidArea; }