Skip to content

objToMesh should use the buildShape helper #605

@martinRenou

Description

@martinRenou

The function objToMesh: https://github.com/jupytercad/JupyterCAD/blob/main/packages/base/src/3dview/mainview.tsx#L923

is not correctly implemented. It should use the buildShape helper function.
The downside of not using buildShape is:

  • wrong coloring
  • no bounding box for selection
  • no support for clip plane
  • etc

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions