FindParts Function
Returns part items found in a 3D model currently edited in an active 3D editing session against given part item metadata.
FindParts(metaValue: [[[EvMetaValue|canvas-envision-document-items.html#evmetavalue-interface]]]): Promise<[[[EvItem|canvas-envision-document-items.html#part-items]]][]>
Parameters
metaValue: EvMetaValueAn
EvMetaValueobject, a piece of part metadata kept in themetaValueproperty of anEvPartItemDataobject against which part items of a 3D model currently edited in the active 3D editing session should be returned.
Return value
Discussion
The function will throw an error if the 3D editing mode has not been activated.
23 April 2025