Hi, hope this is posted in the correct spot.
I am trying to load a UBC 3D model and associated mesh file.
The convention is to provide a single X,Y,Z coordinate to build the mesh and 3D model elements.
This assumes no rotation. I need to also then, rotate the mesh/model into its correct coordinate location. e.g. from assumed standard BL corner extending East, then North at 90degrees to a rotated mesh, -45 degrees.
Thank you Cory,
I ended up writing the UBC model and mesh as a CSV text file (x,y,z,value), then loaded as Table, TableToPoints to get it into ParaView.
Quick side note, the NaN values can be made opaque with the Nan Opacity slide bar but when Enable Opacity Mapping for Surfaces, that slide bar doesnt work anymore.