mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
-Create a new package BRepPreviewAPI, inherited from BRepPrimAPI to create both, valid and degenerative shapes -Create a new class BRepPreviewAPI_MakeBox for working with a box Preview can be vertex, edge, rectangle or box -BRepPrim_GWedge: in the case of non-valid data, the exception does not happen in the constructor, but at the moment of access to the shape -BRepPrimAPI_MakeBox: myWedge is now not private, but protected, because used in BRepPreviewAPI_MakeBox which inherits from BRepPrimAPI_MakeBox -Add tests for checking of a creation a preview in tests/geometry/preview (vertex, edge, rectangle, box) -Update a command "box": add new parameters
16 lines
207 B
Plaintext
16 lines
207 B
Plaintext
001 2dbeziecurve
|
|
002 2dbsplinecurve
|
|
003 beziecurve
|
|
004 bsplinecurve
|
|
005 circ2d3Tan
|
|
006 circle
|
|
007 ellipse
|
|
008 hyperbola
|
|
009 iso
|
|
010 law
|
|
011 line
|
|
012 parabola
|
|
013 preview
|
|
014 project
|
|
015 revsurf
|
|
016 2dpolygon |