Ruslan Log: Difference between revisions
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
=== Problems === | === Problems === | ||
I tried to create a cross section of the pipe elbow for documentation. For some reasons I cannot cat the elbow by a large box. With small box it works. Very annoying :(. | I tried to create a cross section of the pipe elbow for documentation. For some reasons I cannot cat the elbow by a large box. With small box it works. Very annoying :(. | ||
= Thu Dec 7, 2017 = | = Thu Dec 7, 2017 = |
Revision as of 20:51, 10 December 2017
Sat Dec 10, 2017
Uploaded improved elbow FreeCAD marco File:Create-elbow.fcmacro with GUI. It can create some 40 Schedule 90°-elbows.
TODO
- Add more parts. Add progress information -- the macro needs some time to create an elbow, but the user does not have any feedback when clicks OK.
- All previous macros are experiments and not a finished work. Find out these Idea behind the macros is good enough. If it is, complete one macro.
- Maybe it is better to use a repository instead of loading each change to the Wiki?
- Find out what is Wrong with FreeCAD. Why cannot I do a cross section (easily)?)
Sun Dec 9, 2017
Improved version of elbow-macro.
Problems
I tried to create a cross section of the pipe elbow for documentation. For some reasons I cannot cat the elbow by a large box. With small box it works. Very annoying :(.
Thu Dec 7, 2017
Worked on new elbow macro. Now I used sweep for whole elbow. The work around from Dec 6 is no more necessary.
Tue Dec 5, 2017
PVC_Pipe_and_Fittings_Library: Improved FreeCAD marco File:Add-elbow.fcmacro. It creates now a single solid part.
Problems solved
The Problem union of parts from Sun. Dec 3., 2017, I solved by changing the outer radius of the bent part. See [1].
Sun Dec 3, 2017
PVC_Pipe_and_Fittings_Library: Created FreeCAD cad file for a PVC elbowFile:Pvc-elbow-test-60deg.fcstd. Created FreeCAD marco File:Add-elbow.fcmacro to add an elbow to the active document.
Problems
- I cannot make an union of three elbow parts.
Problems solved
- FreeCAD sweep-function cannot sweep a complex sketch -- for example with two circles. Spitting sketch into multiple sketches helped.
TODO
Add gui to the macro and find standard dimensions for the elbows.
Sat Dec 2, 2017
PVC_Pipe_and_Fittings_Library: Created FreeCAD file for a PVC pipe File:Pvc-pipe-nps-sch40-1d8.fcstd. Created FreeCAD Marco File:Pvc-pipe-nps.fcmacro to add 40 or 80 schedule PVC pipes. Useful links: OSE_Part_Library, PVC_Pipe.
Problems:
- I have no experience with FreeCAD macros and Python GUI-Library. The macro code is experimental. I do not know how to integrate my macro into FreeCAD .
Questions:
- There is a note in the wiki-editor "Please note that all contributions to Open Source Ecology are considered to be released under the CreativeCommons". But I would like to release some of my code under public domain license. Is it OK?
- Where I enter hours, which I spent for the project?
Fri Dec 1, 2017
I spent time looking for information about pipes. I tried to find answer to the questions:
- What are important standards?
- Is PVC really good material? Are there some environment friendlier alternatives?
- What are the appropriate technical terms in German? A verbatim translation PVC-Rohr seems not to a frequent term.
Sat Nov 25, 2017
I created the first working log entry.