I am currently conducting a technical research and need to implement the drawing function in Cadenas on the web side. For example, in a separate sketch created, I need to use points and lines to draw various 2D graphics on a 2D plane, and perform transformations such as rotating and moving the sketch outside to make the 2D graphics in the sketch become 3D graphics. Additionally, I need to be able to combine these graphics with those in other sketches to achieve more complex 3D graphics. Can THREE.js help me achieve these functions?
Example images:

