Methods
Object
calculateSectionPlanesForBoundingBox
returns the requested section planes of the specified bounding box usage const boundingbox = { max { x 10, y 10, z 0 }, min { x 0, y 0, z 0 } }; const objectids = \["object 1", "object 2"]; const planenames = \["left", "right"]; const planes = viewer3d calculatesectionplanesforboundingbox(boundingbox, planenames); parameters boundingbox bounding box used to calculate section planes 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 } } ];