Salome HOME
Initial version of interface 'CurveCreator_ISection' was created for the curve sections.
authorabk <abk@opencascade.com>
Mon, 29 Jun 2015 12:21:11 +0000 (15:21 +0300)
committerabk <abk@opencascade.com>
Mon, 29 Jun 2015 12:21:11 +0000 (15:21 +0300)
commit44f924fa670420fc1bd7deefe2c6c3d595bc552c
tree9a18b4218c366762c30d2620afc5756dbc0a5c99
parent3f406f6a6e1587156887937c626f774a59bc671f
Initial version of interface 'CurveCreator_ISection' was created for the curve sections.
Type 'CurveCreator_Section' was inherited from the interface and
extended to implement the interface.
Method 'CurveCreator_Curve::getSection' was modified for the interface.
Method 'CurveCreator_Utils::ConstructWire' was created to construct the wire corresponding to each polyline or spline section.
src/CurveCreator/CMakeLists.txt
src/CurveCreator/CurveCreator_Curve.cxx
src/CurveCreator/CurveCreator_Curve.hxx
src/CurveCreator/CurveCreator_ICurve.hxx
src/CurveCreator/CurveCreator_Section.cxx [new file with mode: 0644]
src/CurveCreator/CurveCreator_Section.hxx
src/CurveCreator/CurveCreator_Utils.cxx
src/CurveCreator/CurveCreator_Utils.hxx