pythonocc-demos icon indicating copy to clipboard operation
pythonocc-demos copied to clipboard

Examples and demos for the pythonocc CAD package

Results 41 pythonocc-demos issues
Sort by recently updated
recently updated
newest added

[cad.xmlxcaf.zip](https://github.com/user-attachments/files/17748195/cad.xmlxcaf.zip) having a hard time getting the load XCAF files, here is my code: ``` import os from OCC.Core.TDocStd import TDocStd_Document from OCC.Core.TDF import TDF_LabelSequence from OCC.Core.XmlXCAFDrivers import xmlxcafdrivers from...