Dimitrie Stefanescu
2211428614
Merge pull request #401 from specklesystems/oguzhan/fix-unnecessary-expiration-triggers
...
Fix(revit): escape fast from doc change event handler after WriteToFile
2024-11-21 12:12:24 +00:00
oguzhankoral
08d31ff0d6
Adjust if check more specific
2024-11-21 14:58:37 +03:00
oguzhankoral
e055030291
We escape fast from doc change event handler
2024-11-21 14:47:16 +03:00
Dogukan Karatas
1e5cca5ffb
adds object tracking ( #398 )
...
Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com >
2024-11-21 11:12:03 +03:00
Björn Steinhagen
85abeaf7f0
Bjorn/cnx 798 rendermaterialproxy owerritten ( #397 )
...
* renderMaterial overwrites
Avoiding type booleanPart alleviates the problem of renderMaterial being overwritten
* logging
Adding a LogError should the problem be not just related to BooelanPart. This won't break the send though and user won't be prompted
---------
Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com >
2024-11-21 11:01:13 +03:00
Adam Hathcock
47480809d0
Avoiding some reference null exceptions ( #394 )
2024-11-20 16:09:04 +00:00
Adam Hathcock
885bb41f27
Update SDK reference to fix external references ( #396 )
2024-11-20 13:06:17 +03:00
Oğuzhan Koral
c74e92fb2e
Fix(tekla): Read write model cards to/from appdata + fixes double UI ( #395 )
...
* Fix multiple problems
* Connect windows each other
* Add note
2024-11-20 12:14:10 +03:00
Dogukan Karatas
a4f27b5c1d
dogukan/cnx-744-model-card-highlight-in-tekla ( #392 )
...
* adds highlighting methods
* clears selection before highlighting
* adds a functionality to zoom selected
---------
Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com >
2024-11-19 23:15:49 +03:00
Adam Hathcock
a7941bb4c8
update SDK ( #393 )
2024-11-19 19:42:14 +03:00
Jedd Morgan
13c29412eb
Use of obsolete members now generates warning ( #378 )
...
* Use of obsolete members now generates warning
* format
---------
Co-authored-by: Claire Kuang <kuang.claire@gmail.com >
2024-11-19 13:18:47 +00:00
dependabot[bot]
774e24d441
chore(deps): bump codecov/codecov-action from 4 to 5 ( #390 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 4 to 5.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Adam Hathcock <adamhathcock@users.noreply.github.com >
2024-11-19 09:51:22 +00:00
Björn Steinhagen
8822761c48
CNX-751: Add Units to reportProperties ( #389 )
...
* Datatype
Main change is the switch from Tekla.Structures.Drawing to Tekla.Structures.Datatype for units. Problem is, that Settings > Options > Units and decimals don't seem to affect API returns. Will confirm with Tekla team. Rudimentary fix applied for now.
* Weight Unit
* Weight Unit
* Consisten representation of internal units
* Distance.CurrentUnitType
As discussed
---------
Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com >
2024-11-19 09:38:39 +00:00
Björn Steinhagen
4215f90456
CNX-755: Create Collections by Category ( #387 )
...
* sendCollectionManager
* path Builder
Removing iteration where path (currently) only contains 1 item
---------
Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com >
2024-11-18 17:06:13 +01:00
Adam Hathcock
c8ac385b88
Use Send2 again! ( #372 )
...
* Use Send2 again!
* tweaking progress
* Update SDK
* format
2024-11-18 12:29:56 +00:00
Dogukan Karatas
b1ef5c74c8
Dogukan/cnx 790 version independent plugin icon ( #386 )
...
* adds decimal agnostic grid conversion
* fixes versioning in icon
* formatting
* adds notes
---------
Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com >
2024-11-17 21:39:43 +00:00
Oğuzhan Koral
a5ff2ca780
Attach parent applicationId to meshes ( #385 )
...
- seems like TSM.Solid object doesn't have any Identifier
2024-11-15 15:07:35 +00:00
Jedd Morgan
f84c4b2d31
Bump SDK and enforce msbuild warnings ( #379 )
...
* Bump SDK
* Updated Tekla structures nugets
* Tekla architecture targeting
* Fixed remaining warnings
2024-11-14 21:16:46 +00:00
Oğuzhan Koral
b03e848669
Handle unit changes ( #384 )
2024-11-13 18:59:10 +00:00
Dogukan Karatas
76ea67af54
dogukan/tekla2023 installer ( #382 )
...
* build for 2023
* fix: Delete Assets/*.bmp from csproj as it is referenced in shproj now
* updates the icon
* fix: Revert changes to build.sh
* adds notes
---------
Co-authored-by: Alan Rynne <alan@speckle.systems >
2024-11-12 15:47:06 +01:00
Oğuzhan Koral
12c80e2d40
Fix(dui3): do not pass selectedobjectids from idmap ( #380 )
...
* Do not reset selectedObjectIds from IdMap
* Format
2024-11-11 15:19:17 +00:00
Dogukan Karatas
c013953368
Dogukan/cnx 679 double UI at the first plugin button click ( #381 )
...
* tracks ui instances
* adds icon to the plugin form
2024-11-11 13:59:22 +00:00
Oğuzhan Koral
34457ead0a
remove useless code ( #377 )
2024-11-08 18:06:07 +00:00
Dimitrie Stefanescu
5e92889825
Rhino stability fixes ( #375 )
...
* fix: (wip) ensures layer creation is happening where it should (InvokeAndWait)
* fix: ensures polylines with null domains still convert ok
* feat: comments and makes non-public function private
* feat: wraps up fixes
makes layer purging quiet, and removes stale comments
2024-11-08 17:54:41 +00:00
Oğuzhan Koral
b2606d209d
Feat(revit): CNX-543 category filter ( #373 )
...
* POC categories filter
* Set context regardless
* WIP
* More WIP
* More more WIP
* Fix highlight
* Remove RevitSenderModelCard
* Make all working
* Rename SetObjectIds to RefreshObjectIds
* Rename the function for Tekla
* Remove ObjectIds from filters
* Fix RefreshObjectIds return
2024-11-08 13:34:16 +00:00
Dogukan Karatas
a18beeca1b
Oguzhan/cnx 747 add support for tekla 2023 ( #371 )
...
* Create shared project for Tekla connector
* adds shared project
* sync w/ local
* update csproj
* update csproj
---------
Co-authored-by: oguzhankoral <oguzhankoral@gmail.com >
Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com >
2024-11-08 12:22:16 +00:00
Jedd Morgan
c1293ff395
Fixed autocad async ( #370 )
...
Co-authored-by: Alan Rynne <alan@speckle.systems >
2024-11-07 18:49:47 +00:00
Dimitrie Stefanescu
bc6f6c4c39
Merge pull request #369 from specklesystems/dimitrie/cnx-643-arcs-in-blocks-are-not-received
...
Dimitrie/cnx 643 arcs in blocks are not received
2024-11-07 18:43:25 +00:00
Dimitrie Stefanescu
befb84db5f
chore: comments
2024-11-07 17:46:53 +00:00
Dimitrie Stefanescu
2403288678
fix: allows pre-transformation of all ITransformable objects
2024-11-07 17:46:37 +00:00
Dogukan Karatas
cac8e1ba18
adds a setting to send rebars as line or solid ( #367 )
...
Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com >
2024-11-07 16:54:23 +00:00
Adam Hathcock
06255370f7
Update SDK and dependencies ( #366 )
...
* Use new send to have new sqlite paths
* update SDK and dependencies
* fix microsoft.build
2024-11-07 16:04:38 +00:00
Jedd Morgan
6ba70a76c2
Jrm/parameter extraction ( #365 )
...
* follow pattern from receive for async
* category can be null
* optimization for try get
* fmt
* Optimised Revit Parameter extraction
* returned the basic solid invalid check
---------
Co-authored-by: Adam Hathcock <adam@hathcock.uk >
Co-authored-by: Adam Hathcock <adamhathcock@users.noreply.github.com >
2024-11-07 12:03:50 +00:00
Dogukan Karatas
dd53b70b36
dogukan/cnx-753-normals-are-flipped ( #364 )
...
* flips the normals
* adds note
2024-11-07 11:17:49 +00:00
Dogukan Karatas
6873af5ac3
Dogukan/cnx 691 extract appropriate class properties by type ( #352 )
...
* adds new properties
* displayValue updated
* adds report properties
* updates report properties
* removes the null parameters
* resolves a conflict
* renames the report property extractor
* updates csproj
* Revert "updates csproj"
This reverts commit b42a21f151 .
* updates csproj
* updates rebar displayValue
2024-11-07 10:12:24 +00:00
Adam Hathcock
35d8c41a2b
Revit async fix for sending ( #362 )
...
* follow pattern from receive for async
* category can be null
* optimization for try get
* fmt
2024-11-07 09:37:21 +00:00
Dimitrie Stefanescu
5f4eebe536
Merge pull request #361 from specklesystems/dimitrie/cnx-634-some-elements-are-received-as-generic-models-ignoring
...
Dimitrie/cnx 634 some elements are received as generic models ignoring
2024-11-06 19:51:48 +00:00
Dimitrie Stefanescu
ba4cfca45b
Merge branch 'dev' into dimitrie/cnx-634-some-elements-are-received-as-generic-models-ignoring
2024-11-06 19:27:26 +00:00
Dimitrie Stefanescu
f6e4fcd2d0
feat: adds top level converter for railings
...
and fixes a different bug
2024-11-06 19:26:14 +00:00
Dogukan Karatas
d5f1f76e24
dogukan/cnx-748-send-grids-from-tekla ( #353 )
...
* create displayValue for grids
* injects gridToSpeckleConverter
---------
Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com >
2024-11-06 19:15:37 +00:00
Dimitrie Stefanescu
8a0c9d0128
fix: adds built in category for setting ds cat on receive reliably
...
note: this is not backwards compatible
2024-11-06 18:33:11 +00:00
Alan Rynne
a1ff69502a
feat: CXPLA-120 Added tekla zip packaging prior to installers ( #357 )
...
* feat: Added tekla zip packaging
Plus tekla Icon and postbuild action refactor
* fix: teaks to post build event
* Make all tekla dependencies private
* fix: update logo
2024-11-06 18:38:18 +01:00
KatKatKateryna
b06cf0a06b
add appId ( #358 )
2024-11-07 01:14:06 +08:00
Dogukan Karatas
5d976141fc
adds logic for rendering rebars as lines and arcs ( #356 )
...
Co-authored-by: Oğuzhan Koral <45078678+oguzhankoral@users.noreply.github.com >
2024-11-06 16:26:33 +00:00
Jedd Morgan
be8f9e2b5a
Fixed test failing on german culture ( #355 )
2024-11-06 13:25:22 +00:00
KatKatKateryna
6bf18096e7
CNX-501 Temp folder arcgis ( #351 )
...
* fixed path
* fixes
2024-11-05 18:15:17 +00:00
KatKatKateryna
b7f0f5df90
receive operation fix ( #350 )
2024-11-06 01:45:13 +08:00
KatKatKateryna
c4c06f0dc4
supporting ICurves as fallback ( #339 )
...
Co-authored-by: Alan Rynne <alan@speckle.systems >
2024-11-05 16:31:20 +00:00
Claire Kuang
ed569cde55
fix(revit): handles plane origin out of bounds and creating group with no elements exceptions ( #346 )
...
* handles plane origin out of bounds exception and does not create group when no objects have been successfully converted
also makes room display values transparent
* fixes transparent render material for rooms
* Update DisplayValueExtractor.cs
2024-11-05 16:22:11 +00:00
Claire Kuang
558a16d273
moves pointcloud converter to top level ( #349 )
2024-11-05 16:54:48 +01:00