MeshVS in DRAWEXE

目录

meshVS服务

MeshVS专门是用来使用OCCT的可视化模块来显示网格,MeshVS (Mesh Visualization Service) component provides flexible means of displaying meshes with associated pre- and post- processor data.

  • 读取STL作为网格数据初始化
    # meshfromstl
    vinit View1
    meshfromstl mesh myfile.stl # 导入指定STL,并直接显示网格
    
  • 使用不同的显示风格
    vsetdispmode mesh 2 # 显示风格 1 - wireframe 2 - shading mode, or 3 for shrink mode
    
  • 使用不同的选择模式(使用occt7.8 测试失败)
    vselmode mesh 1
    # 0 – selection of mesh as whole;
    # 1 – node selection;
    # 2 – 0D elements (not supported in STL);
    # 4_– links (not supported in STL);
    # 8 – faces;
    # 16 – volumes (not supported in STL);
    # 256 – groups (not supported in STL).
    

请我喝咖啡

取消

感谢您的支持,我会继续努力的!

扫码支持
扫码支持
扫码打赏,您说多少就多少

打开支付宝或微信扫一扫,即可请我喝咖啡哦