Editing Talk:IfcOpenShell code examples

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 5: Line 5:
 
1. when I want to import Selector:
 
1. when I want to import Selector:
  
import ifcopenshell.util
+
'''import ifcopenshell.util
 
from ifcopenshell.util.selector import Selector
 
from ifcopenshell.util.selector import Selector
 
+
'''''Italic text''
  
 
I get this error:
 
I get this error:
  
ModuleNotFoundError: No module named 'lark'
+
''ModuleNotFoundError: No module named 'lark''''''Bold text'''
  
 
2. when I try to access property sets:
 
2. when I try to access property sets:
  
import ifcopenshell.util.pset
+
'''import ifcopenshell.util.pset
 
from ifcopenshell import util
 
from ifcopenshell import util
 
+
'''''Italic text''
  
 
I get this error:
 
I get this error:
  
ModuleNotFoundError: No module named 'ifcopenshell.util.pset'
+
''ModuleNotFoundError: No module named 'ifcopenshell.util.pset''''''Bold text'''
  
 
I am using Jupiter, my python version is 3.8.10
 
I am using Jupiter, my python version is 3.8.10

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)