Skip to content

GMSH integration #1346

@adam-urbanczyk

Description

@adam-urbanczyk

With OCP 7.7.1 it should be possible to import OCCT shapes from memory

import cq
import gmsh

gmsh.initialize()

gmsh.model.occ.importShapesNativePointer(cq.Workplane().box(1,1,1).val()._address())
  • Check if it actually works

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions