Editing BlenderBIM Add-on/BlenderBIM Add-on exporting 2D documentation

From Wiki.OSArch

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.

Latest revision Your text
Line 98: Line 98:
 
** In the Include and Exclude property you can indicate what to include/exclude from the drawing.  A few examples.
 
** In the Include and Exclude property you can indicate what to include/exclude from the drawing.  A few examples.
 
*** Exclude:
 
*** Exclude:
**** <code>IfcElement , /Pset_.*Common/.Status=DEMOLISH</code>
+
**** <code>.IfcElement[r"Pset_.*Common"."Status"="DEMOLISH"]</code>
**** <code>IfcElement , /Pset_.*Common/.Status=NEW</code>
+
**** <code>.IfcElement[r"Pset_.*Common"."Status"="NEW"]</code>
**** <code>IfcElement , EPset_Status.Status=DEMOLISH</code>
 
 
*** Include:
 
*** Include:
**** <code>IfcElement , /Pset_.*Common/.Status=DEMOLISH</code> only show demo.
+
**** <code>.IfcElement[r"Pset_.*Common"."Status"="NEW"] </code> only show new.
**** <code>IfcElement , /Pset_.*Common/.Status=NEW</code> only show new.
+
**** <code>.IfcElement[r"Pset_.*Common"."Status"="DEMOLISH"] </code> only show demo.
 
* Paths to...
 
* Paths to...
 
** Stylesheet:
 
** Stylesheet:
Line 147: Line 146:
 
==Background SVG==
 
==Background SVG==
 
Background SVG's: https://github.com/IfcOpenShell/IfcOpenShell/issues/3002#issuecomment-1518668495
 
Background SVG's: https://github.com/IfcOpenShell/IfcOpenShell/issues/3002#issuecomment-1518668495
 
==Copying Annotation from one drawing to another==
 
https://github.com/IfcOpenShell/IfcOpenShell/issues/2966#issuecomment-1606914228
 
  
 
= Settings in Blender Preferences - Add-ons=
 
= Settings in Blender Preferences - Add-ons=
 
* SVG Command:  
 
* SVG Command:  
** Windows Examples:  
+
** Windows Example: <code> [[[['C:\\Program Files\\Inkscape\\bin\\inkscape.exe', path]]]] </code>
*** <code> [[[["C:/Program Files/Google/Chrome/Application/chrome.exe",  "path"]]]] </code>
+
 
*** <code> [[[["C:/Program Files/Inkscape/bin/inkscape.exe", "path"]]]] </code>
+
 
  
 
= See also=
 
= See also=

Please note that all contributions to Wiki.OSArch are considered to be released under the Creative Commons Attribution-ShareAlike (see Wiki.OSArch:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel Editing help (opens in new window)