Andrej730
0e8810c1f5
typing
2025-03-14 18:19:02 +05:00
Andrej730
5eb9cb2ee4
len(get_inverse) -> get_total_inverses
2025-02-24 18:52:35 +05:00
Andrej730
6eda4e389c
typing
2025-02-24 18:52:34 +05:00
Andrej730
076a6c152d
fix typo
2025-02-24 15:15:54 +05:00
Andrej730
67bac441ad
typing
2025-02-19 18:31:06 +05:00
Andrej730
17642ca4e9
typing
2025-02-18 18:50:34 +05:00
Andrej730
3eeb58dded
assign_structural_analysis_model to support batching
2025-01-23 18:14:17 +05:00
Dion Moult
a6286293d8
Run black on IOS-Python
2024-07-26 12:00:57 +10:00
Dion Moult
07060fc769
Replace all ifcopenshell.api.run with ifcopenshell.api static functions.
2024-06-28 12:36:31 +10:00
Andrej730
4a5d1eba0b
specify exported api methods in __all__
...
It's py.types requirement, similar to 6e2edbf
Example issue without __all__:
import ifcopenshell
import ifcopenshell.api.project
# "create_file" is not exported from module "ifcopenshell.api.project"
ifcopenshell.api.project.create_file()
2024-06-03 17:44:05 +05:00
Andrej730
c50d1ea2fe
typing
2024-05-10 19:18:08 +05:00
Andrej730
cbf04546b8
fix many implicit ifcopenshell.guid imports
...
a bit related to 10d30b0de
2024-05-08 18:18:02 +05:00
Dion Moult
10d30b0de7
Document api modules and require explicit imports of API submodules
2024-05-08 17:00:35 +10:00
Dion Moult
d11ec67129
Generate functions for all API usecases for better static code features. See #2693 .
2024-05-06 14:43:43 +10:00
Dion Moult
a213ab6760
Fix docstrings to reference datatype as it would be used for users
2024-05-06 08:39:48 +10:00
Dion Moult
6e932ec2fb
Fix #3974 . Bug where orphaned histories would be left in API remove operations.
2023-11-28 10:46:03 +11:00
Dion Moult
b3c7971ea9
Purge all data classes from API.
2023-02-01 15:44:08 +11:00
Dion Moult
c8ba96cde8
Make syntax highlighting explicit in docs
2023-01-10 10:16:28 +11:00
Dion Moult
0c77fb81ce
Write documentation for structural API module
2023-01-03 17:32:08 +11:00
Dion Moult
f0a00cbc94
#2185 Set up auto generated API reference documentation via sphinx-autoapi
2022-05-09 15:35:52 +10:00
Dion Moult
810c71dfa2
IfcOpenShell-python licensing and black. See #1082 .
2022-01-19 12:18:33 +11:00
Jesusbill
03f5feca88
refactor structural module - wip - structural analysis models #1848
2022-01-02 00:34:38 +01:00
Jesusbill
e8764c58b5
minor mods in api structural data
2021-10-04 21:32:48 +02:00
Dion Moult
a37d36e0c7
Fix #1733 . Bug where structural member data was not updated correctly.
2021-09-21 11:06:29 +10:00
Dion Moult
865c0f4895
Run black, and add black to a "qa" target to make it a standardised process.
2021-09-09 21:27:31 +10:00
Jesusbill
e569b97c56
Add general CRUD operations for boundary conditions (from scene properties)
2021-06-20 20:57:12 +02:00
Dion Moult
b3c918f15f
Implement load management and assigning activities with named loads. Thanks Jesusbill!
2021-05-13 18:04:50 +10:00
Jesusbill
75ed4dcdd8
you can now edit a structural connection coordinate system
2021-05-12 17:43:07 +02:00
Dion Moult
f9b79b4beb
Implement add / remove load groups, and half implement structural activities. Thanks Jesusbill and ihabelaghoury
2021-05-07 18:41:03 +10:00
Dion Moult
992474fbf2
Minor structural code review
2021-05-06 18:24:13 +10:00
Jesusbill
a13b257452
add point orientation - wip
2021-05-06 08:43:12 +02:00
Jesusbill
3f9842e358
extend structural api data for loads
2021-05-06 08:32:49 +02:00
Jesusbill
a031bffe6c
you can now add, edit and remove structural load cases
2021-05-05 14:22:18 +02:00
Dion Moult
d5c70e51f2
You can now edit structural member axis orientations. Thanks Jesusbill!
2021-04-13 13:04:05 +10:00
Dion Moult
e7c6f28312
You can now add structural connections to members
2021-04-01 11:09:44 +11:00
Jesusbill
1820f72bc4
You can now remove structural connection conditions + minor mods
2021-03-31 18:58:02 +02:00
Dion Moult
d2f19e7c28
You can now edit structural boundary conditions on member connections
2021-03-30 12:00:25 +11:00
Jesusbill
736703336c
work on structural connection conditions
2021-03-30 01:12:33 +02:00
Dion Moult
ce03742aab
New ifcopenshell.api.run syntax, and rename create_product to create_entity. See #1399 .
2021-03-27 22:53:13 +11:00
Dion Moult
406b8b4540
IfcOpenShell API now uses kwargs to improve user syntax. See #1399 .
2021-03-27 19:14:46 +11:00
Dion Moult
489a248e9a
Refactor ownership history system to be simpler and just a usecase. See #1399 .
2021-03-25 11:42:12 +11:00
Dion Moult
d77bc6bdaa
First attempt at ripping out agnostic code into ifcopenshell.api namespace. See #1399 .
2021-03-25 10:48:48 +11:00