mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +03: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.
42 lines
948 B
Plaintext
Executable File
42 lines
948 B
Plaintext
Executable File
BRepLib.cxx
|
|
BRepLib.hxx
|
|
BRepLib_1.cxx
|
|
BRepLib_CheckCurveOnSurface.cxx
|
|
BRepLib_CheckCurveOnSurface.hxx
|
|
BRepLib_Command.cxx
|
|
BRepLib_Command.hxx
|
|
BRepLib_EdgeError.hxx
|
|
BRepLib_FaceError.hxx
|
|
BRepLib_FindSurface.cxx
|
|
BRepLib_FindSurface.hxx
|
|
BRepLib_FuseEdges.cxx
|
|
BRepLib_FuseEdges.hxx
|
|
BRepLib_MakeEdge.cxx
|
|
BRepLib_MakeEdge.hxx
|
|
BRepLib_MakeEdge2d.cxx
|
|
BRepLib_MakeEdge2d.hxx
|
|
BRepLib_MakeFace.cxx
|
|
BRepLib_MakeFace.hxx
|
|
BRepLib_MakePolygon.cxx
|
|
BRepLib_MakePolygon.hxx
|
|
BRepLib_MakeShape.cxx
|
|
BRepLib_MakeShape.hxx
|
|
BRepLib_MakeShell.cxx
|
|
BRepLib_MakeShell.hxx
|
|
BRepLib_MakeSolid.cxx
|
|
BRepLib_MakeSolid.hxx
|
|
BRepLib_MakeVertex.cxx
|
|
BRepLib_MakeVertex.hxx
|
|
BRepLib_MakeWire.cxx
|
|
BRepLib_MakeWire.hxx
|
|
BRepLib_MakeWire_1.cxx
|
|
BRepLib_PointCloudShape.hxx
|
|
BRepLib_PointCloudShape.cxx
|
|
BRepLib_ShapeModification.hxx
|
|
BRepLib_ShellError.hxx
|
|
BRepLib_ToolTriangulatedShape.hxx
|
|
BRepLib_ToolTriangulatedShape.cxx
|
|
BRepLib_ValidateEdge.cxx
|
|
BRepLib_ValidateEdge.hxx
|
|
BRepLib_WireError.hxx
|