primitive bug fixes, add cylinder and sphere
This commit is contained in:
@@ -108,7 +108,13 @@ PyMODINIT_FUNC init_PartDesign()
|
||||
PartDesign::Box ::init();
|
||||
PartDesign::AdditiveBox ::init();
|
||||
PartDesign::SubtractiveBox ::init();
|
||||
|
||||
PartDesign::Cylinder ::init();
|
||||
PartDesign::AdditiveCylinder ::init();
|
||||
PartDesign::SubtractiveCylinder::init();
|
||||
PartDesign::Sphere ::init();
|
||||
PartDesign::AdditiveSphere ::init();
|
||||
PartDesign::SubtractiveSphere ::init();
|
||||
|
||||
PartDesign::Point ::initHints();
|
||||
PartDesign::Line ::initHints();
|
||||
PartDesign::Plane ::initHints();
|
||||
|
||||
Reference in New Issue
Block a user