示例#1
0
 /// <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;
 }
示例#2
0
 /// <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;
 }