mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-13 03:30:56 +08:00
Added PLY writing tools RWPly_CafWriter and RWPly_PlyWriterContext. Added tool BRepLib_PointCloudShape generating point cloud from shape in two ways: - random points on surface with specified density; - points from triangulation nodes. StdPrs_ToolTriangulatedShape::ComputeNormals() has been moved to BRepLib_ToolTriangulatedShape for reusing outside of AIS. Command vpointcloud has been extended to use new generation tool. Command writeply has been added to write triangulation or point set into PLY format.
9 lines
121 B
Plaintext
9 lines
121 B
Plaintext
001 stl_read
|
|
002 shape_write_stl
|
|
003 gltf_read
|
|
004 gltf_write
|
|
005 gltf_lateload
|
|
006 obj_read
|
|
007 obj_write
|
|
008 ply_write
|