FlowAlongSrf

We want to add auto-adjust = Yes option (as available in FlowAlongSrf command) to the existing

SporphSpaceMorph(Surface surface0, Surface surface1, Point2d surface0Param, Point2d surface1Param)

How can we add it to the code?

@dale

Hi @maya_puundale,

The AutoAdjust option on FlowAlongSrf does some pre-processing of the input surfaces before doing the actual space morph.

AutoAdjust will:

  1. Shrink the input surfaces.
  2. Depending on where you pick on the surface, during selection, the surface may be reversed and/or transposed.

– Dale

Thanks. We had given a checkbox for this as the selection of objects happens in the code itself.

We found no difference if we kept the points in Sporph unset or set it as 0,0 or 0.1, 0.1 or 1,1.