Files
IfcOpenShell/src/ifc2ca/changelog.md
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

46 lines
2.0 KiB
Markdown
Raw Normal View History

2021-03-01 23:39:13 +01:00
# A change log of the ifc2ca files
## 01/03/21
- Add salome and code_aster script files for a "bonded" case, meaning all connections between elements are considered fixed. This allows to consider exported ifc files from commercial software that do not include connections between surface elements (see building_02 example)
## 14/10/20
2021-10-28 17:56:02 -04:00
- Add curve connections between elements and as supports according to the defined orientation - stiffness is not yet considered
2020-10-14 11:13:23 +02:00
2021-03-01 23:39:13 +01:00
## 17/08/20
2020-08-17 20:35:16 +02:00
- Add rigid links for point connection to elements
2021-03-01 23:39:13 +01:00
## 14/07/20
2020-10-14 11:13:23 +02:00
- Add internal springs for point connection to elements according to the defined orientation
- Add external springs for point connections according to the defined orientation
2020-07-15 00:33:06 +02:00
2021-03-01 23:39:13 +01:00
## 27/05/20
- Add orientation for point, curve and surface geometries
- Calculate final geometry and orientation based on object placement transformation
- Add warnings in the json file to show any corrections considered while parsing the ifc file from ETABS with a model with rigid links
- Reduce file size by adding material and profile db in the json file and referencing them in the element objects
- Implement internal releases for curve-to-point connections with any arbitrary orientation
2021-03-01 23:39:13 +01:00
## 22/03/20
- Calculation of section properties for I symmetric profile if not provided (assuming fillet radius is zero)
- Added geometry of planar structural surface members
- Refactored the ifc2ca.py script
- Added support for rigid links
- Added advanced meshing script to correctly simulate connections and independent meshing of structural elements (no common nodes)
##### 26/02/20
2021-03-01 23:39:13 +01:00
- Changed section to profile and added I profile
- Modified material and profile schema with mechanical and common properties
- Added geometry identification for point connection from representation
- Added connections along with supports based on the number of elements a connection is applied to
##### 09/02/20
2021-03-01 23:39:13 +01:00
- First implementation for straight structural curve elements and point connections