Methods
Object
calculateSectionPlanes
returns the requested section planes of the specified objects example usage const objectids = \["object 1", "object 2"]; const planenames = \["left", "right"]; const planes = viewer3d calculatesectionplanes(objectids, planenames); parameters objectids list of object ids true 330,331left unhandled content type left unhandled content type left unhandled content type left unhandled content type planenames list of named planes true 330,331left unhandled content type left unhandled content type left unhandled content type left unhandled content type named plane valid values are top bottom left right front back return value list of planes true 661left unhandled content type left unhandled content type plane true 220,220,221left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type example \[ { location { x 0, y 0, z 0 }, direction { x 1, y 0, z 0 } }, { location { x 10, y 10, z 0 }, direction { x 1, y 0, z 0 } } ];