View Issue Details

IDProjectCategoryView StatusLast Update
0001166ArchFeaturepublic2013-12-22 19:21
Reporteryorik Assigned Toyorik  
PrioritynormalSeverityminorReproducibilityN/A
Status closedResolutionfixed 
Summary0001166: Arch Railing
DescriptionA railing is an object that can span on a certain length (or follow a baseline), and can be made of several types of subcomponents:

- extruded pieces that follow the baseline
- placed pieces that are repeated at certain fixed intervals
- placed pieces that are repeated a certain number of times over the length of the baseline

The typical example is the railing of a balcony, which has horizontal bars that span all the border of the balcony, vertical bars placed every 10cm, and stronger vertical bars at each corner of the balcony

Needs to define a good system to define and organize these subcomponents.

TagsNo tags attached.
FreeCAD Information

Relationships

parent of 0001314 closedyorik Arch: Frame walls 

Activities

yorik

2013-12-22 13:50

administrator   ~0003963

This will be reformatted as a generic frame object, capable of catering all the frame-based objects found in a building, such as:

- railings
- frame walls
- roof framing
- etc...

It will be based on a sketch or any other 2D object (so one can take advantage for example of the Draft Array, to make parametric frames) and on a profile. Each wire of the base sketch will serve as a guid to extrude the profile, resulting in a complete frame, like the rebar object.

Related Changesets

FreeCAD: master 90a80da1

2013-12-22 20:18:11

yorik

Details Diff
Arch: Frame object - fixes 0001166, 0001314 Affected Issues
0001166, 0001314
mod - src/Mod/Arch/Arch.py Diff File
add - src/Mod/Arch/ArchFrame.py Diff File
mod - src/Mod/Arch/ArchRebar.py Diff File
mod - src/Mod/Arch/Arch_rc.py Diff File
mod - src/Mod/Arch/CMakeLists.txt Diff File
mod - src/Mod/Arch/InitGui.py Diff File
mod - src/Mod/Arch/Resources/Arch.qrc Diff File
add - src/Mod/Arch/Resources/icons/Arch_Frame.svg Diff File
add - src/Mod/Arch/Resources/icons/Arch_Frame_Tree.svg Diff File
mod - src/WindowsInstaller/ModArch.wxi Diff File

Issue History

Date Modified Username Field Change
2013-07-05 22:21 yorik New Issue
2013-07-05 22:21 yorik Status new => assigned
2013-07-05 22:21 yorik Assigned To => yorik
2013-07-05 22:28 yorik Project FreeCAD => Arch
2013-12-22 13:45 yorik Relationship added parent of 0001314
2013-12-22 13:50 yorik Note Added: 0003963
2013-12-22 19:21 yorik Changeset attached => FreeCAD Master master 90a80da1
2013-12-22 19:21 yorik Status assigned => closed
2013-12-22 19:21 yorik Resolution open => fixed