OCCT live Draw Harness examples

XDE / Export / STEP to glTF

Sample shows conversion of a colored STEP model into glTF model using RWGltf_CafWriter.


pload XDE OCAF VISUALIZATION MODELING

# read STEP file into XDE document using STEPCAFControl_Reader
jsupload /models/occ/as1-oc-214.stp
ReadStep D as1-oc-214.stp

# display the document in 3D viewer using XCAFPrs_AISObject
# (will also compute default triangulation)
vinit View1
XDisplay -dispMode 1 D -explore
vfit

# alternatively - perform meshing explicitly
XGetOneShape s D
#incmesh s 1.0
#trinfo s

# export XDE document into glTF file using RWGltf_CafWriter
WriteGltf D exported.glb

# download generated file
#jsdownload exported.glb

 

Copyright © Kirill Gavrilov Tartynskih, 2021