"""\r
pass\r
\r
+ def _postprocess_zero_block_surface_contact_point(\r
+ self, command, args={}, results=[]):\r
+ """Update the curve, since the available columns may have changed.\r
+ """\r
+ if isinstance(results[-1], Success):\r
+ self.execute_command(\r
+ command=self._command_by_name('get curve'))\r
+ \r
+ def _postprocess_add_block_force_array(\r
+ self, command, args={}, results=[]):\r
+ """Update the curve, since the available columns may have changed.\r
+ """\r
+ if isinstance(results[-1], Success):\r
+ self.execute_command(\r
+ command=self._command_by_name('get curve'))\r
+\r
+\r
\r
# TODO: cruft\r
\r