add class LineSegment
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
#include "Mod/Part/App/TopoShapeCompSolidPy.h"
|
||||
#include "Mod/Part/App/TopoShapeShellPy.h"
|
||||
#include "Mod/Part/App/LinePy.h"
|
||||
#include "Mod/Part/App/LineSegmentPy.h"
|
||||
#include "Mod/Part/App/PointPy.h"
|
||||
#include "Mod/Part/App/CirclePy.h"
|
||||
#include "Mod/Part/App/EllipsePy.h"
|
||||
@@ -207,6 +208,7 @@ PyMODINIT_FUNC initPart()
|
||||
Base::Interpreter().addType(&Part::TopoShapeShellPy ::Type,partModule,"Shell");
|
||||
|
||||
Base::Interpreter().addType(&Part::LinePy ::Type,partModule,"Line");
|
||||
Base::Interpreter().addType(&Part::LineSegmentPy ::Type,partModule,"LineSegment");
|
||||
Base::Interpreter().addType(&Part::PointPy ::Type,partModule,"Point");
|
||||
Base::Interpreter().addType(&Part::CirclePy ::Type,partModule,"Circle");
|
||||
Base::Interpreter().addType(&Part::EllipsePy ::Type,partModule,"Ellipse");
|
||||
|
||||
Reference in New Issue
Block a user