SketchUcation Premium Membership

 

 

[Plugin] $ SpaceDesign - Atttributes and Reports

[Plugin] $ SpaceDesign - Atttributes and Reports

Postby Al Hart » Thu Aug 19, 2010 5:21 pm

The new version of SpaceDesign has been released.

- Report on Dynamic Component Attributes
- Add and edit your own attributes
- Report, including SketchUp image, saved as a PDF file

Go to Downloads to try it out.

Go to SpaceDesign for more information on how to use it

Attribute Editing



Sample Report



Try it out and let us know what you think.
Al Hart
IRender nXt from Render Plus
User avatar
Al Hart
Render Plus Systems
 
Posts: 1490
Joined: Sun Nov 18, 2007 3:54 pm
Location: Centennial, Co
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: other
Level of SketchUp: Advanced

Re: [Plugin] $ SpaceDesign - Atttributes and Reports

Postby dedmin » Sat Aug 21, 2010 8:51 am

Seems like beta - no nested components report, slow, only inches, no way to save report template for later use and as usual for it the Cyrillic doesn't exist. So much data and still no way to use it in production - putty!

2010-08-21_104713.png

2010-08-21_104729.png

2010-08-21_104837.png

2010-08-21_104855.png
Please, register (free) to access all the attachments on the forums.
dedmin
 
Posts: 823
Joined: Thu Oct 02, 2008 10:40 pm

Re: [Plugin] $ SpaceDesign - Atttributes and Reports

Postby Al Hart » Sat Aug 21, 2010 7:52 pm

dedmin wrote:Seems like beta - no nested components report, slow, only inches, no way to save report template for later use and as usual for it the Cyrillic doesn't exist. So much data and still no way to use it in production - putty!


Thanks for taking the time to try it out and for your comments.

We were concentrating on Cost and Extended cost so much, that we forgot to test length variables. I will add another data type "Database", which will be like "Numeric", but will display in model units.

Also, We forgot to complete the Load and Save on the Attribute Setup dialog. We will do this and get a new version out.

I suspect that Cyrillic characters will not work, but we will test them if we can find a way to input some.

Nested components are more problematic. Let me try to think of a good way to handle them.
Al Hart
IRender nXt from Render Plus
User avatar
Al Hart
Render Plus Systems
 
Posts: 1490
Joined: Sun Nov 18, 2007 3:54 pm
Location: Centennial, Co
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: other
Level of SketchUp: Advanced

Re: [Plugin] $ SpaceDesign - Atttributes and Reports

Postby EarthMover » Sun Aug 22, 2010 8:02 pm

Al, I've been trying to download the demo, but the page containing the .zip file is down.

I'm curious, since I do a lot landscape design, would I be able to assign monetary values to my faceme plant components and have the program issue a report with the total cost and quantities of all the plants in my model? Also, can I add a square footage cost for surface area assigned with certain materials? Will it remember the values across sessions?
A designer is an emerging synthesis of artist, inventor, mechanic, objective economist and evolutionary strategist. - R. Buckminster Fuller
Some of my 3D crap
User avatar
EarthMover
Top SketchUcator
 
Posts: 1792
Joined: Fri Sep 12, 2008 9:06 pm
Location: Eastern Pennsylvania
Name: Adam Hails

Re: [Plugin] $ SpaceDesign - Atttributes and Reports

Postby Al Hart » Sun Aug 22, 2010 10:14 pm

dedmin wrote:no nested components report


See the comment on the SpaceDesign forum:

http://irendernxt.com/forum/topics/dril ... components
Al Hart
IRender nXt from Render Plus
User avatar
Al Hart
Render Plus Systems
 
Posts: 1490
Joined: Sun Nov 18, 2007 3:54 pm
Location: Centennial, Co
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: other
Level of SketchUp: Advanced

Re: [Plugin] $ SpaceDesign - Atttributes and Reports

Postby Al Hart » Sun Aug 22, 2010 10:26 pm

EarthMover wrote:Al, I've been trying to download the demo, but the page containing the .zip file is down.

I'm curious, since I do a lot landscape design, would I be able to assign monetary values to my faceme plant components and have the program issue a report with the total cost and quantities of all the plants in my model? Also, can I add a square footage cost for surface area assigned with certain materials? Will it remember the values across sessions?


Try the download again. Click reload on the downloads page if it does not show version JH18

Costs

You can add a cost attribute to each plant, and then re-save the plants into a new library. *By placing all your plants in model as components, setting an attribute for each plant, and then exporting the components into a library, the attributes will be saved in the library. If you have any trouble doing this, let us know.

Area Calculations


These are not working yet, but you will be able to use them adter I create a new version, and a tutorial on how to do this next week.

The "trick" will be that you add a new attribute called "area", and add a "substitution" string to the attribute. Using "%a-wd%" as the substitution string, will cause the width times depth to be used to calculate the area attribute. %a-wd% will be replaced by the width and depth of the component - even if the user has stretched it - to calculate the area.

Then add another attribute, e.g. "cost_per_sq_foot", and enter the values.

Finally, add a third attribute - "extended_area_cost", and set its "calculation' string to "%area% x %cost_per_sq_foot% / 144" this will use the values of 'area' and 'cost_per_sq_foot' to calculate the variable "extended_area_cost".

This is a lot of work, but might create a great report for you. Wait until I create the sample and new version next week. If you have any problems, we will help you out.

Other Substitution codes

* %w% is replaced by the width of the component,
* %d% is replaced by the depth of the component,
* %h% is replaced by the height of the component
* %l% is replaced by the longest of width, depth and height. (Useful for long components - like pipe.)
* %z% is replaced by the minimum z-height of the component
* %v% is replace by the product of width, depth and height (volume)
* a-wd - area - width * depth
* a-wh - area - width * height
* a-dh - area - depth * height
* %name% is replaced by the name of the instance or component
Al Hart
IRender nXt from Render Plus
User avatar
Al Hart
Render Plus Systems
 
Posts: 1490
Joined: Sun Nov 18, 2007 3:54 pm
Location: Centennial, Co
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: other
Level of SketchUp: Advanced

Re: [Plugin] $ SpaceDesign - Atttributes and Reports

Postby thomthom » Tue Aug 24, 2010 12:32 am

Al Hart wrote:I suspect that Cyrillic characters will not work, but we will test them if we can find a way to input some.

Looks to be that the webdialog's HTML isn't marked with an UTF-8 character encoding meta tag.
Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
User avatar
thomthom
Global Moderator
 
Posts: 17545
Joined: Tue Nov 13, 2007 12:47 pm
Location: Trondheim, Norway
Name: thomthom
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: architecture
Level of SketchUp: Advanced

Re: [Plugin] $ SpaceDesign - Atttributes and Reports

Postby Al Hart » Tue Aug 24, 2010 2:33 am

thomthom wrote:
Al Hart wrote:I suspect that Cyrillic characters will not work, but we will test them if we can find a way to input some.

Looks to be that the webdialog's HTML isn't marked with an UTF-8 character encoding meta tag.


Maybe someone can upload a small .SKP with a Cyrillic named Component, and we can try it out. Setting the Component Description to Cyrillic characters will also help in debugging.

We use Windows dialogs from a DLL, but they are not compiled in Unicode. We can handle some languages - but probably not all.
Al Hart
IRender nXt from Render Plus
User avatar
Al Hart
Render Plus Systems
 
Posts: 1490
Joined: Sun Nov 18, 2007 3:54 pm
Location: Centennial, Co
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: other
Level of SketchUp: Advanced

Re: [Plugin] $ SpaceDesign - Atttributes and Reports

Postby gavvy » Tue Aug 24, 2010 3:25 am

Al Hart wrote:
thomthom wrote:
Al Hart wrote:I suspect that Cyrillic characters will not work, but we will test them if we can find a way to input some.

Looks to be that the webdialog's HTML isn't marked with an UTF-8 character encoding meta tag.


Maybe someone can upload a small .SKP with a Cyrillic named Component, and we can try it out. Setting the Component Description to Cyrillic characters will also help in debugging.

We use Windows dialogs from a DLL, but they are not compiled in Unicode. We can handle some languages - but probably not all.



:shock: :shock: :shock:
i have try Chinese language .it not support. :shock:
gavvy
 
Posts: 48
Joined: Sat May 17, 2008 3:34 am

Re: [Plugin] $ SpaceDesign - Atttributes and Reports

Postby dedmin » Tue Aug 24, 2010 3:30 pm

Al Hart wrote:
thomthom wrote:
Al Hart wrote:I suspect that Cyrillic characters will not work, but we will test them if we can find a way to input some.

Looks to be that the webdialog's HTML isn't marked with an UTF-8 character encoding meta tag.


Maybe someone can upload a small .SKP with a Cyrillic named Component, and we can try it out. Setting the Component Description to Cyrillic characters will also help in debugging.

We use Windows dialogs from a DLL, but they are not compiled in Unicode. We can handle some languages - but probably not all.


Cyrillic.skp
Please, register (free) to access all the attachments on the forums.
dedmin
 
Posts: 823
Joined: Thu Oct 02, 2008 10:40 pm

Re: [Plugin] $ SpaceDesign - Atttributes and Reports

Postby EarthMover » Tue Aug 24, 2010 3:48 pm

Still no luck downloading the demo of this. Getting an error in both Firefox and Google Chrome. Any suggestions Al?
Please, register (free) to access all the attachments on the forums.
A designer is an emerging synthesis of artist, inventor, mechanic, objective economist and evolutionary strategist. - R. Buckminster Fuller
Some of my 3D crap
User avatar
EarthMover
Top SketchUcator
 
Posts: 1792
Joined: Fri Sep 12, 2008 9:06 pm
Location: Eastern Pennsylvania
Name: Adam Hails

Re: [Plugin] $ SpaceDesign - Atttributes and Reports

Postby Al Hart » Tue Aug 24, 2010 4:28 pm

I'll have Rich send you a HTTP location, and we can see if that works better.

I plan to make a new version this PM, so lets wait for that.

Al
Al Hart
IRender nXt from Render Plus
User avatar
Al Hart
Render Plus Systems
 
Posts: 1490
Joined: Sun Nov 18, 2007 3:54 pm
Location: Centennial, Co
Operating system: Windows
SketchUp version: 8
License type: Pro
SketchUp use: other
Level of SketchUp: Advanced

SketchUcation One-Liner Adverts

by Ad Machine » 5 minutes ago

Are you a Premium Member? Get your freebies here. Are you not a Premium Member yet? Upgrade your account to grab these freebies instantly.

Ad Machine
Robot
 
Posts: 2012



 

Return to Plugins

Who is online

Users browsing this forum: driven, Google Bot, jtri, Mladenov, turan and 9 guests