Linear massive without intersection from parameter?

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
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!
Post Reply
dima8101
Posts: 18
Joined: Thu May 04, 2017 10:03 am

Linear massive without intersection from parameter?

Post by dima8101 »

How to make linear massive without intersection from parameter?

I'm use two metods:
1) create massive PartDesign - LinearPattern
001.png
001.png (101.87 KiB) Viewed 526 times
This doesn't fit becouse not create not intersection massive

2) create massive Draft - OrthogonalArray
002.png
002.png (124.6 KiB) Viewed 526 times
This doesn't fit becouse not use parametric function
Bance
Veteran
Posts: 4186
Joined: Wed Feb 11, 2015 3:00 pm
Location: London

Re: Linear massive without intersection from parameter?

Post by Bance »

Don't know what a massive is, sorry.

Perhaps try a tutorial;-

https://wiki.freecad.org/Creating_a_sim ... PartDesign
domad
Veteran
Posts: 2053
Joined: Mon Jun 22, 2020 12:16 pm

Re: Linear massive without intersection from parameter?

Post by domad »

dima8101 wrote: Fri Mar 24, 2023 5:36 am ....
Hello dima8101, greetings to the Community!
I don't understand your request, moreover you should attach at least one file to check, and importantly you should enter the data relating to your system and the version of FC you are using, as specified in the regulation.
The attached file contains two ways of creating Arrays, the first created with the "Part Design" tools (plates in view) the second with the "Draft" tools (subtracted plates).
Attachments
Array.FCStd
(33.26 KiB) Downloaded 5 times
Array.png
Array.png (145.56 KiB) Viewed 471 times
dima8101
Posts: 18
Joined: Thu May 04, 2017 10:03 am

Re: Linear massive without intersection from parameter?

Post by dima8101 »

I can't set an array of bodies if there is a distance between the bodies. I need a parametric distance setting.
I did it through the menu items: PartDesign - LinearPattern
005.png
005.png (184.29 KiB) Viewed 407 times
Bance
Veteran
Posts: 4186
Joined: Wed Feb 11, 2015 3:00 pm
Location: London

Re: Linear massive without intersection from parameter?

Post by Bance »

You need to use an expression. Expressions

The interval can be written as (Occurrences-1) * 50mm (interval in mm) or somesuch.
Attachments
Interval.FCStd
(18.91 KiB) Downloaded 4 times
dima8101
Posts: 18
Joined: Thu May 04, 2017 10:03 am

Re: Linear massive without intersection from parameter?

Post by dima8101 »

Bance wrote: Fri Mar 24, 2023 2:27 pm You need to use an expression. Expressions

The interval can be written as (Occurrences-1) * 50mm (interval in mm) or somesuch.
I formulated the task incorrectly.
I don't need a rectangle. Therefore, if you delete it, then the proposed solution does not work.
Attachments
005.png
005.png (73.86 KiB) Viewed 331 times
chrisb
Veteran
Posts: 53920
Joined: Tue Mar 17, 2015 9:14 am

Re: Linear massive without intersection from parameter?

Post by chrisb »

There is a single solid rule for Bodys, that's why it is not possible in PartDesign, you would need a common base (which you could remove later).
In draft you cannot use expressions when using the task panel, but after its reation, you can well use them on the properties.
A Sketcher Lecture with in-depth information is available in English, auf Deutsch, en français, en español.
domad
Veteran
Posts: 2053
Joined: Mon Jun 22, 2020 12:16 pm

Re: Linear massive without intersection from parameter?

Post by domad »

dima8101 wrote: Fri Mar 24, 2023 5:19 pm ....
Hello dima8101, greetings to the Community!
Attached is a small example of dynamic parameterization (obtained using the "DynamicData" Wb), obviously it can be made more modifiable by adding further parameters and references.
Attachments
dynamic_parameterization_with_arrays.FCStd
(14.33 KiB) Downloaded 5 times
Dynamic_parameterization_with_arrays.gif
Dynamic_parameterization_with_arrays.gif (272.64 KiB) Viewed 274 times
Post Reply