Difference between revisions of "User:Amritpal singh/GSoC17/logs"
From BRL-CAD
(Created page with "Development Logs") |
|||
Line 1: | Line 1: | ||
− | + | =Community Bonding Period= | |
+ | --------------------------- | ||
+ | * Discussion of a project on FreeCAD forum and on IRC. | ||
+ | * Compile Qt plugin of FreeCAD to load FreeCAD widgets in QT creator. | ||
+ | * Understanding the code of [https://github.com/FreeCAD/FreeCAD/blob/master/src/Mod/Arch/ArchRebar.py ArchRebar] object. | ||
+ | * Added PlacementList property to the rebar object. The PlacementList holds the placement of all the rebars. [https://github.com/FreeCAD/FreeCAD/pull/780 Pull request]. | ||
+ | -------------------------------------------- |
Revision as of 11:02, 30 May 2017
Community Bonding Period
- Discussion of a project on FreeCAD forum and on IRC.
- Compile Qt plugin of FreeCAD to load FreeCAD widgets in QT creator.
- Understanding the code of ArchRebar object.
- Added PlacementList property to the rebar object. The PlacementList holds the placement of all the rebars. Pull request.