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?
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?
Hi @maya_puundale,
The AutoAdjust option on FlowAlongSrf does some pre-processing of the input surfaces before doing the actual space morph.
AutoAdjust will:
ā 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.