Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CNX-619 Revit Analytical Panel #3645

Open
wants to merge 5 commits into
base: dev
Choose a base branch
from

Commits on Oct 18, 2024

  1. File Added: ConvertStructuralMaterial

    Separated methods pertaining to StructuralMaterial outside of the ConvertAnalyticalStick.cs file. Didn't make sense that these functions were in the ConvertAnalyticalStick.cs when the ConvertAnalyticalSurface.cs referenced them
    bjoernsteinhagen committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    0ceceb2 View commit details
    Browse the repository at this point in the history
  2. ScaleToSpeckle

    Material properties were sent as revit internal units. Inconsistent with the Revit model / project units. These can't be used for connection applications (e.g. receiving analytical elements in ETABS)
    bjoernsteinhagen committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    9aac9c8 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. ETABS Receive Property2D

    ETABS currently only created properties for Element2Ds with a CSIProperty2D, but what about Property2D? These should also be received without us defaulting to the "Slab1" ETABS section.
    bjoernsteinhagen committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    3de7c29 View commit details
    Browse the repository at this point in the history
  2. ETABS Receive Wall Property

    Walls were previously assigned with slab sections which is incorrect. The WallPropertyToNative() was implemented (previously raised a ConversionNotSupportedException for some reason)
    bjoernsteinhagen committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    099d8f5 View commit details
    Browse the repository at this point in the history
  3. RVT 22 Scaling Updates

    Testing on Revit 2022 - ETABS connection
    bjoernsteinhagen committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    084d9bc View commit details
    Browse the repository at this point in the history