Need help using arch section plane with sketcher
Forum rules
and Helpful information
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help
Also, be nice to others! Read the FreeCAD code of conduct!
Also, be nice to others! Read the FreeCAD code of conduct!
Need help using arch section plane with sketcher
Hi
I am trying to make drawings for my house. I have created the structure using sketcher. When I select a wall and create a drawing the doors don't show.
I figured the correct way to get the doors to show in the drawing is to create a section plane. I can do that, but when I select it and choose draft/2d view tool it says "No objects are cut by the plane".
Also the section plane doesn't show visually.
Is this a bug?
I am trying to make drawings for my house. I have created the structure using sketcher. When I select a wall and create a drawing the doors don't show.
I figured the correct way to get the doors to show in the drawing is to create a section plane. I can do that, but when I select it and choose draft/2d view tool it says "No objects are cut by the plane".
Also the section plane doesn't show visually.
Is this a bug?
Point taken 

Re: Need help using arch section plane with sketcher
It would help if you would attach .fcstd file for us to observe what are you trying to do.
Re: Need help using arch section plane with sketcher
Of course triplus. The drawing: https://dl.dropboxusercontent.com/u/106 ... lane.FCStd
I also recorded a macro: https://dl.dropboxusercontent.com/u/106 ... ro.FCMacro
When making recording the macro I get:
So I guess there is also a bug.
When playing the macro the creation of the 2dview is not played, maybe because there was an exception?
I also recorded a macro: https://dl.dropboxusercontent.com/u/106 ... ro.FCMacro
When making recording the macro I get:
Code: Select all
class Standard_OutOfRange No OCCT Exception MessageTraceback (most recent call last):
File "C:\Users\more10.HOLISTICODE\Downloads\FreeCAD_0.16.5113_x64_dev_bin\Mod\Draft\Draft.py", line 4669, in execute
obj.Shape = self.getProjected(obj,comp,proj)
File "C:\Users\more10.HOLISTICODE\Downloads\FreeCAD_0.16.5113_x64_dev_bin\Mod\Draft\Draft.py", line 4611, in getProjected
groups = Drawing.projectEx(shape,direction)
<class 'Part.OCCError'>: class Standard_OutOfRange No OCCT Exception Message
When playing the macro the creation of the 2dview is not played, maybe because there was an exception?
Point taken 

Re: Need help using arch section plane with sketcher
This is the drawing after the exception: https://dl.dropboxusercontent.com/u/106 ... ne-2.FCStd
With the 2dview which is broken.
With the 2dview which is broken.
Point taken 

Re: Need help using arch section plane with sketcher
The problem was that the section plane was just 1 mm, and my house is 17 m. When I changed its size I saw that it was below my walls. So I changed z to 1 meter. The 2d plane works, but I cannot get it on the drawing. The current file: https://dl.dropboxusercontent.com/u/106 ... ne-3.FCStd
Point taken 

Re: Need help using arch section plane with sketcher
Yes exactly i was just writing this. You need to make section view "intersecting" the Wall. And you do that by moving Section position up the Z Axis and by making it bigger.more11 wrote:The problem was that the section plane was just 1 mm, and my house is 17 m. When I changed its size I saw that it was below my walls. So I changed z to 1 meter. The 2d plane works, but I cannot get it on the drawing. The current file: https://dl.dropboxusercontent.com/u/106 ... ne-3.FCStd
I think it makes little sense to have section view height/length set at 1mm by default. After all this is Arch tool where everything is usually measured in meters.
About getting it on the drawing. You did that successfully. Change the ViewShape2DView Properties X: 20 Y: 200 and Scale 0,01 and you should see it.
Re: Need help using arch section plane with sketcher
Thanks triplus! That is beautiful! I am going to use drawings made with FreeCAD to apply for building permits.
Point taken 

Re: Need help using arch section plane with sketcher
Great to hear that. I see you are using latest development release and i would hate to see you doing all the hard work and after to have issues with disappearing drawings when reopening the files.more11 wrote:Thanks triplus! That is beautiful! I am going to use drawings made with FreeCAD to apply for building permits.
viewtopic.php?f=3&t=11655
You can still use the latest development release to create the drawings but you will probably need to use workaround mentioned on the link for smooth work flow.
Re: Need help using arch section plane with sketcher
How do I get dimensions to the drawing?
Point taken 

Re: Need help using arch section plane with sketcher
You can use Draft Dimension tool and add dimensions to that 2D object you made with Arch SectionPlane. After you are done you select everything and use the Draft tool to put everything on the drawing sheet. After you can select everything you just added to Page object and change Properties X: 20 Y: 200 and Scale 0,01 and you should see the result.
Another alternative is to use 3rd party module drawing dimensioning. You could use Drawing Orthoviews from Drawing WB to create views... There are a lot of options available therefore test a few and use whatever works best for your use case.
Another alternative is to use 3rd party module drawing dimensioning. You could use Drawing Orthoviews from Drawing WB to create views... There are a lot of options available therefore test a few and use whatever works best for your use case.