wall panel

Anonymous

wall panel

Anonymous
Not applicable

I used to create wall panels, usually   create single line by line or copy any pervious panel and edit its really hard, so I create a line type but every time I have to change the line type scale to get the wall panel dimension (see attached file),

 

Is there any way like starch or any other please give me an idea to solve this issue.

0 Likes
Reply
Accepted solutions (1)
754 Views
4 Replies
Replies (4)

imadHabash
Mentor
Mentor

Hi,

 

the way of making this shapes depends on the information are available and the final shape needed.every different shape has it's own way to prepare.for the shape you attached i use POLYLINE to draw it (if the dimensions distances are known) then mirror it for the other side.

 

Regards,

Imad Habash

EESignature

TheCADnoob
Mentor
Mentor
Accepted solution

There are a couple ways i would approach this. Most of them would involve dynamic blocks. For example:

 

If your three parameters are common configurations (in other words they are usually a standard set of three numbers) i would build a dynamic block with visibility states set to the different parameters and then use an array action to create the length of the wall you need. 

 

CADnoob dynamic block stretch2.png

 

If the parameters are always different i would create a block with the ability to change the parameters and the user the array function that is not part of the dynamic blocks. 

 

CADnoob dynamic block stretch.png

 

These two approaches are demonstrated in the screencast below. 

 

 

CADnoob

EESignature

Anonymous
Not applicable

I hope this kind of answer thank you it save my time ?

 

if I need to trim that line should I  explode?

 

2nd option is ok but one doubt what is that (p1,p1,p1 and p2,p2,p2)

0 Likes

TheCADnoob
Mentor
Mentor

You are wlecome. 

 

To trim i would explode as well. 

 

P1, P2, P3 are just a generic name i gave to the three different parameters i was using in the block.

 

CADnoob dynamic block stretch3.png

CADnoob

EESignature