|
Plugin for VectorWorks 2012 / 2011 / 2010 / 2009 / 2008 Windows
|
Install
- Download VW2011SaveAJFen.zip
and open it.
- Copy SaveAJF folder
into VectorWorks program folder.
|
|
- Copy SaveAJF.dll and SaveAJF.qtr
into Plug-Ins folder of VectorWorks.
|
|
Add to menu
- Launch VectorWorks.
- Choose Tools / Workspaces / Workspace Editor.
- Choose [ Edit a copy of the current workspace ].
- Drag & drop [ Export ARCRENDER Aren... ] from commands zone in left to menus zone in right under File / Export.
- Click OK to save workspace.
- Export ARCRENDER Aren... is added in
File / Export menu.
|
|
Save procedure
- Model data must be devided by class.
Class forms object in ARCRENDER Aren.
Layer does not have any relation to object separation.
- Choose objects to export by layer as an option.
- Export 3D object only.
- 3D View is exported as camera in ARCRENDER Aren.
- Light is exported.
- Material and texture are not exported.
Thay can be applied for class by aji script.
- Smoothing is set as 30 degree. Keep low resolution for curved object like cylinder by VectorWorks preference to prevent the number of polygons increasing unnecessarily.
|
Apply texture or material by aji script
Texture or material can be applied by aji script named as class name.
Aren_2001.aji in SaveAJF folder give a simple color to Aren_2001 class.
The script is save by ARCRENDER Aren. Applicable is color, basic material by one color and single texture. Pattern or applied material are not usable.
- Apply texture or basic material to an object.
- Choose File / Save Material or Texture...
- Use the class name as script file name.
- Copy aji script saved in My Library into SaveAJF folder.
|
Fixed ID for update
|
ClassName
|
ID
|
|
Aren_2001
|
2001
|
|
Aren_2002
|
2002
|
|
Aren_2003
|
2003
|
|
Aren_2004
|
2004
|
|
Aren_2005
|
2005
|
|
Aren_2006
|
2006
|
Fixed ID can be given to class to use [ Open to Update polygon... ] of ARCRENDER Aren. It allows to update object by using newly saved ajf file while keeping existing file edited by ARCRENDER Aren.
- Assign table is _id_table.txt in SaveAJF folder.
- Separator is Tab. Excel can save as text file with Tab separator.
- ClassName is the name of a class to have fixed ID.
- ID is the unique number starting from 2001.
|