Walls with dimensions name?
I spend a lot of time creating walls, measuring and renaming. I just wanted to create lines in top view and execute a command that adds 10 Outline 320 extrude mesuare the length of the line i created and rename object:
"Wall X, 10, 320" are the values that I use most.
(if there is a text box that I could imput all value and create, would be perfect, but it would probably be hard to create, I think)
thanks guys
Comments
Walls creation
Hi Mr.barigazy
Can u please help me in creating a script which creates walls based on spline
these walls need to be such that if they get divided by rooms they should automatically create floors for those newly created rooms just like Chief Architect software
hope you understood what am trying to say
they should detect intersection and if they get closed into a room the floors and moldings should get created automatically
Sharath pawar
Update?
Please can anyone do a update, i export the sp line to autocad after than, but i cant find the line in project. anyone can make the sp line go down after walls created, the walls stay on 0 and sp line on -10? Its possible? Thank so much!!
...
What's new:
Extrude props: Segs, Map Coords, Caps
Shell props: Segs, Autosmooth, Override Inner - Outher - Edge Mat ID
(always use the form "number-number-number" ei. "1-2-3" or "3-2-1" or ...)
Auto multimaterial (for edge-shell mode) with tree custom diffuse colors
Convert selected shapes to spline shapes
After all of this at least can you post it in "Scripts" section.
Maybe someone else can find this tool also useful.
bga
Yes, it appears complete and
Yes, it appears complete and useful :D
It was great fun to compare the ideas for the realization of this script and I have learned a lot ;)
In the day we'll post it in the script section, but if you have time, you can do it!!
Hi Branko!
...
Ok I fixed the code :) I not test this.
bga
---
Added:
- More messagebox for editspline and shape
- Delete only ONE wall
- Segment for extrude modifier
...
hmmm...
Do you want to start with comments what you doing wrong here?
bga
do you think it is wrong the
do you think it is wrong the warning to convert the shape in editspline?
...
I'll tell you what I mean
First of all it's very annoying that every time you start the tool you get this message and query box and overlap main script UI.
Better solution will be to add button at the top to check scene if there any spline.
Second: why do you need "Delete Single Wall" button. User can easely delete selected wall manualey. Also never use dollar sign "$" in your code.
bga
Ok! Actually I have not
Ok!
Actually I have not thought about a button to check the shapes. Yes, the message it's annoying...
For the "Delete Single Wall" button, I notice that in the previous script all the wall are deleted. Then add that button seems be a solution "acceptable" :D
For sign "$" it is my fault from the beginning of my studies with MAXScript ...