AddOffsetLines Function
Adds offset lines to given parts of a 3D model currently edited in an active 3D editing session.
AddOffsetLines(parts: [[[EvItem|canvas-envision-document-items.html#part-items]]][]): Promise<[[[EvItem|canvas-envision-document-items.html#part-items]]][]>
Parameters
parts: EvItem[]An array of Part item objects, one or more part items of a 3D model currently edited in an active 3D editing session to which offset lines will be added.
If a given item is not a part, the function throws an error.
Return value
Promise<EvItem[]>A Promise that, if fulfilled, resolves to an array of Part item objects that are the offset lines successfully added to the given part items of the 3D model currently edited in the active 3D editing session.
Discussion
The function will throw an error if the 3D editing mode has not been activated.
23 April 2025