]> OCCT Git - occt-copy.git/commit
0030599: Visualization - implement StdPrs_SectionLines tool CR30599
authortiv <tiv@opencascade.com>
Fri, 19 Apr 2019 17:27:36 +0000 (20:27 +0300)
committertiv <tiv@opencascade.com>
Fri, 19 Apr 2019 17:27:36 +0000 (20:27 +0300)
commit3f53006c35219fb79686e1cb2aa47a2af43d759c
tree4cd54b6147f4e53b903693a798e478be64b0500f
parentf9b30c0db34c00de8b7a3d0724f3b46e23dfd590
0030599: Visualization - implement StdPrs_SectionLines tool

StdPrs_SectionLines tool is implemented: it is possible to compute a cross section of the shape with the plane.
# Some features have not been implemented yet:
#   * the method StdPrs_SectionLines::Add() that should add objects inside section to the Prs3d_Presentation;
#   * corresponding Draw Harness command;
#   * interactive object that could represent the cross section;
#   * triangles that lie inside the section plane have not been processed yet.
src/Bnd/Bnd_Box.cxx
src/Bnd/Bnd_Box.hxx
src/StdPrs/FILES
src/StdPrs/StdPrs_SectionLines.cxx [new file with mode: 0644]
src/StdPrs/StdPrs_SectionLines.hxx [new file with mode: 0644]
src/gp/gp_Pln.hxx
src/gp/gp_Pln.lxx