]> OCCT Git - occt-copy.git/commit
Tool for generation points by shape two ways: CR29325
authorgka <gka@opencascade.com>
Wed, 8 Nov 2017 14:13:53 +0000 (17:13 +0300)
committergka <gka@opencascade.com>
Wed, 15 Nov 2017 07:42:59 +0000 (10:42 +0300)
commit7e3e50312f6f2890d32a5ca13d2d73cf59c2122d
tree4c3bf511c28ae6683d881806e68aaf7036cae5bc
parentdaf73ab7c996c96a03869b931988b8dd25aef2c2
Tool for generation points by shape two ways:
1. Generation points with specified density
2. Generation points using triangulation Nodes

Generated points can be:
1.shown in the Viewer 3D with help Test Harness command "vpointcloud"
2. written in the ply file with help Test Harness command "writepointcloud_ply"
28 files changed:
data/AssemblyControl/BOUCLIER_TERMIQUE.brep [new file with mode: 0644]
data/AssemblyControl/BRIDE.brep [new file with mode: 0644]
data/AssemblyControl/CARTER_TURBINE.brep [new file with mode: 0644]
data/AssemblyControl/EQUERRE.brep [new file with mode: 0644]
data/AssemblyControl/PALIER_TURBINE_LIBRE.brep [new file with mode: 0644]
data/AssemblyControl/RONDELLE_DE_REGLAGE.brep [new file with mode: 0644]
data/AssemblyControl/SANGLE_DE_FIXATION.brep [new file with mode: 0644]
data/AssemblyControl/SUPPORT_PALIER.brep [new file with mode: 0644]
data/AssemblyControl/TURBINE_LIBRE.brep [new file with mode: 0644]
data/AssemblyControl/TUYERE.brep [new file with mode: 0644]
src/BRepLib/BRepLib_PointCloudShape.cxx [new file with mode: 0644]
src/BRepLib/BRepLib_PointCloudShape.hxx [new file with mode: 0644]
src/BRepLib/FILES
src/ViewerTest/ViewerTest_ObjectCommands.cxx
src/XSDRAWSTLVRML/XSDRAWSTLVRML.cxx
tests/AssemblyControl/begin [new file with mode: 0644]
tests/AssemblyControl/grids.list [new file with mode: 0644]
tests/AssemblyControl/writeply/case1 [new file with mode: 0644]
tests/AssemblyControl/writeply/case10 [new file with mode: 0644]
tests/AssemblyControl/writeply/case2 [new file with mode: 0644]
tests/AssemblyControl/writeply/case3 [new file with mode: 0644]
tests/AssemblyControl/writeply/case4 [new file with mode: 0644]
tests/AssemblyControl/writeply/case5 [new file with mode: 0644]
tests/AssemblyControl/writeply/case6 [new file with mode: 0644]
tests/AssemblyControl/writeply/case7 [new file with mode: 0644]
tests/AssemblyControl/writeply/case8 [new file with mode: 0644]
tests/AssemblyControl/writeply/case9 [new file with mode: 0644]
tests/AssemblyControl/writeply/end [new file with mode: 0644]