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 type required array\[string] yes planenames list of named planes type required array\[string] yes named plane valid values are top bottom left right front back return value list of planes type array\[object] plane name type description location vector3 docid\ kewrhktc8iq2hlt48srfq location of the plane direction vector3 docid\ kewrhktc8iq2hlt48srfq direction of the plane 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, }, }, ];