Claire Kuang 6e56c3c190 feat(civil3d): adds subassembly and parcel props (#305)
* adds general and class properties extractors

* Update Speckle.Converters.Civil3dShared.projitems

* adds class properties for catchments

* adds catchment group proxies

* catchment proxy bug fix

* adds site props

* Update ClassPropertiesExtractor.cs

* Update ClassPropertiesExtractor.cs

* adds network, structure, and pipes

* registers pipe network

* adds alignment basecurves and properties

* adds profiles to alignments

* adds corridors

* fixes di and other corridor bugs

* parses corridor solid property sets

* Update CorridorHandler.cs

* Update CorridorHandler.cs

* adds body raw converter to autocad

* adds calculated info

* adds subassembly props

* adds subassemblies, and parcels

* adds volume surface stats

* removes unnecessary

* resolve merge conflict

* handles name exception from some entity types

* Update DBBodyToSpeckleRawConverter.cs
2024-10-16 17:57:49 +02:00
2024-07-31 18:05:00 +03:00
2024-10-14 13:36:07 +00:00
2024-09-24 11:57:36 +00:00
2024-07-04 11:56:34 +01:00
2024-07-04 11:56:34 +01:00
2024-07-04 14:11:51 +01:00
2024-07-04 12:29:17 +01:00
2024-07-09 09:50:47 +01:00
2024-07-22 17:15:04 +01:00
2024-07-04 11:56:34 +01:00
2024-08-13 08:03:18 +00:00
2024-09-24 11:57:36 +00:00

Speckle 3.0 Connectors!

codecov

Formatting

Use CSharpier to format. There are a few options:

  • Install CSharpier as a local tool: dotnet tool install csharpier
    • This allows CLI use of CSharpier: dotnet csharpier . after dotnet tool restore
  • Install the CSharpier Visual Studio 2022 extension: https://marketplace.visualstudio.com/items?itemName=csharpier.CSharpier
  • Install CSharpier as a global tool: dotnet tool install csharpier -g
    • This allows CLI use of CSharpier: dotnet csharpier . after dotnet tool restore

Local development with SDK changes

Use the Local.sln to include the Core and Objects projects from the SDK repo. This setup assumes the two Git repos are side by side.

Using the Local.sln will modify all your package locks. Don't check these in! Revert or use the regular solution to revert once your changes are made.

This uses a new Configuration for the solutions and projects which means that Local is now a build directory alongside Debug and Release

Other Build commands

Clean Locks

Run this to delete package.lock.json files when restores go run.

image

Deep Clean

Run this to clean out bin and obj directories. Then a restore is run to get things ready for a build.

image

S
Description
Speckle Connectors V3
Readme 29 MiB
Languages
C# 100%