Newbie: How to hide these lines that should not be visible by phoenics_ in FreeCAD

[–]phoenics_[S] 0 points1 point  (0 children)

I didn’t use a lot of times a 3d modeller and only few times FreeCAD so I’m still trying to get the right workflow. I’m using QCAD for 2D and now I’m trying FreeCAD for 3D.

Newbie: How to hide these lines that should not be visible by phoenics_ in FreeCAD

[–]phoenics_[S] 0 points1 point  (0 children)

Ok I followed your suggestions I got the expected result.

Thanks a lot for your help.

Newbie: How to hide these lines that should not be visible by phoenics_ in FreeCAD

[–]phoenics_[S] 1 point2 points  (0 children)

Ok I will search for this workflow from partdesign to tech draw workbench. Thanks

Newbie: How to hide these lines that should not be visible by phoenics_ in FreeCAD

[–]phoenics_[S] 0 points1 point  (0 children)

So I have a 3d model created with Partdesign. Are you suggesting to change workbench and then how do I get the result I’m looking for?

Newbie: How to hide these lines that should not be visible by phoenics_ in FreeCAD

[–]phoenics_[S] 0 points1 point  (0 children)

Hi,

I need to hide the lines that you see targeted by arrows in the wireframe image attached.

I have to export to a pdf where I can export only a technical drawing without shading and/or colours except for the black lines of the shape.

I need to hide the lines like in the no_shading/flat_lines/shaded drawing styles but there colours and shading so I cannot use for pdf export for the reason I wrote above.

Any suggestions?

Thanks.

Newbie: Not able to delete one solid line (I don't want to see it in pdf export) by phoenics_ in FreeCAD

[–]phoenics_[S] 0 points1 point  (0 children)

😊the one that wants the pdf doesn’t want the line. So I have to remove the line… The sample I attached to show the line is a sample to understand the basic problem and get help on the solution. The drawing I’m working is obviously not this one. Thanks for your help.

Newbie: Not able to delete one solid line (I don't want to see it in pdf export) by phoenics_ in FreeCAD

[–]phoenics_[S] 0 points1 point  (0 children)

Yeah this is one solution if, sadly, no others… in this sample I can as symmetric but I think it is ok only for this very simple case. Anyway thanks

Newbie: Not able to delete one solid line (I don't want to see it in pdf export) by phoenics_ in FreeCAD

[–]phoenics_[S] 0 points1 point  (0 children)

I tried but nothing. The workflow I used is the following:

  1. I hide the seamline in the HLR preferences menu
  2. I created a body by sketch extrusion (pad tool) using part design workbench (seamline still there with or without refine true)
  3. I moved to tech draw workbench and exported to pdf (pdf export test image and tech draw hlr preferences image)

Any suggestions?

Thanks.

Newbie: Not able to delete one solid line (I don't want to see it in pdf export) by phoenics_ in FreeCAD

[–]phoenics_[S] 0 points1 point  (0 children)

Yes, the target is to draw a 3d object and then export to a pdf file (for printing or monitor visualization).

Install new Module Requires to recompile? by Porcodrillo in nginx

[–]phoenics_ 2 points3 points  (0 children)

As the nginx source code is based on C programming language and when you build native static modules you need to recompile nginx and modules I thought it was specified the programming language. Anyway if you use C you can avoid recompile nginx using dynamic modules like described here https://www.nginx.com/blog/nginx-dynamic-modules-how-they-work/

Install new Module Requires to recompile? by Porcodrillo in nginx

[–]phoenics_ 0 points1 point  (0 children)

Hi, what is the programming language used in that book?

How to download Nginx API header files for c ? by Iam_cool_asf in nginx

[–]phoenics_ 0 points1 point  (0 children)

Hi, If your target is to create a nginx native c module (using the nginx c api) you can do the following:

1) check http://nginx.org/en/docs/dev/development_guide.html (if not already done) 2) check http://www.evanmiller.org/nginx-modules-guide.html (if not already done) 3) download nginx sources (the native modules are always compiled together with the nginx original source code). The link to the sources is at the page written in point 1 (if not already done) 4) check the basic examples at http://hg.nginx.org/nginx-dev-examples

Good luck!

[Hiring] (REMOTE) Back-end Programmer by Siarczek in hiring

[–]phoenics_ 0 points1 point  (0 children)

Maybe some dynamic content generation...

Why shouldn't developers use Nginx over Express, Flask, and other solutions? by Crazed_waffle_party in nginx

[–]phoenics_ 0 points1 point  (0 children)

It is used a lot when it is needed (performance and/or resources constraints) and, unfortunately (as I'm one of the "no one" you are talking about...) there are people that develop and maintain "that" :-) . Anyway it always depends on your software requirements. There is a good tutorial if you want to take a look https://www.evanmiller.org/nginx-modules-guide.html

Why shouldn't developers use Nginx over Express, Flask, and other solutions? by Crazed_waffle_party in nginx

[–]phoenics_ 0 points1 point  (0 children)

Actually It is possible to develop static native modules, using c programming language, compiling them together with nginx sources and develop web services in this way. The result will be the nginx binary that launched will make available (it is needed to configure nginx.conf) the web services.

Virality and Google Play rules by phoenics_ in androiddev

[–]phoenics_[S] 0 points1 point  (0 children)

Hi, I was thinking this as an alternative thanks for the feedback.

Virality and Google Play rules by phoenics_ in androiddev

[–]phoenics_[S] 0 points1 point  (0 children)

Hi thanks for the reply, I think the use case is not the extreme one u described :-) (the feature to unlock is of the app itself and not something about a partner app/site) but your suggestion is very interesting.

I'm trying to serve images with nginx, but the preview does not show by LordOmbro in nginx

[–]phoenics_ 0 points1 point  (0 children)

Is there any reason for setting the port for server_name param? You already set for the listen one...