anglr icon indicating copy to clipboard operation
anglr copied to clipboard

check everything am what they is

Open mdsumner opened this issue 5 years ago • 1 comments

I.e. plot3d(<linear topology>) is always linear, but persp3d(<linear topology>) has a crack with TRI (PATH) or DEL (SC) and sends out a message: "linear topology input but 'persp3d' implies surface topology, so we ".

mdsumner avatar Mar 30 '20 05:03 mdsumner

also need checks for modifying models, currently copy_down(SC0, z) returns SC ... which would be improved if all the getters were functions, and so we could get_topology_(SC) by simply wrapping it and returning the structural indexes as if they were present.

mdsumner avatar May 14 '20 23:05 mdsumner