Skip to content

Releases: ricaun-io/ricaun.Revit.DB

0.3.1-rc

13 Apr 15:04
Compare
Choose a tag to compare
0.3.1-rc Pre-release
Pre-release

Features

  • Support Revit 2025

Tests

  • Test in Revit 2025 / 2024

0.3.1-beta

15 Feb 21:00
Compare
Choose a tag to compare
0.3.1-beta Pre-release
Pre-release

Features

  • Update to work with Revit 2025

0.3.1-alpha

09 Jan 23:05
Compare
Choose a tag to compare
0.3.1-alpha Pre-release
Pre-release

Features

  • Update to work with Revit 2025

0.3.0

04 Nov 15:48
1eca5fb
Compare
Choose a tag to compare

Shape

  • Rename indexes to indices.
  • Rename shape Pointer to Cone
  • Add LevelOfDetail methods to Triangulate face/solid.
  • Update VerticesExtension with GetMaterialId and GetTriangleMaterialIds.
  • Update MaterialUtils with GetColor and GetColorWithTransparency
  • Add CreatePyramid and CreatePrism
  • Add internal CreateCircleLoopVertices
  • Change Gizmo to return Solid[]
  • Add Arrow and Gizmo with sides options (max sides 10).
  • Update GetFaces to GetFacesRegions

Shape.Tests

  • Test Triangulate Vertices LevelOfDetail
  • Test GetMaterialId and GetTriangleMaterialIds.
  • Test Material ColorWithTransparency
  • Test CreatePyramid and CreatePrism
  • Test Arrow and Gizmo with sides.
  • Test GetFaces to GetFacesRegions with Box2021.rfa

0.3.0-beta

03 Nov 19:35
Compare
Choose a tag to compare
0.3.0-beta Pre-release
Pre-release

Shape

  • Rename indexes to indices.
  • Rename shape Pointer to Cone
  • Add LevelOfDetail methods to Triangulate face/solid.
  • Update VerticesExtension with GetMaterialId and GetTriangleMaterialIds.
  • Update MaterialUtils with GetColor and GetColorWithTransparency
  • Add CreatePyramid and CreatePrism
  • Add internal CreateCircleLoopVertices
  • Change Gizmo to return Solid[]
  • Add Arrow and Gizmo with sides options (max sides 10).
  • Update GetFaces to GetFacesRegions

Shape.Tests

  • Test Triangulate Vertices LevelOfDetail
  • Test GetMaterialId and GetTriangleMaterialIds.
  • Test Material ColorWithTransparency
  • Test CreatePyramid and CreatePrism
  • Test Arrow and Gizmo with sides.
  • Test GetFaces to GetFacesRegions with Box2021.rfa

0.3.0-alpha

01 Nov 22:44
Compare
Choose a tag to compare
0.3.0-alpha Pre-release
Pre-release

Shape

  • Rename indexes to indices.
  • Rename shape Pointer to Cone
  • Add LevelOfDetail methods to Triangulate face/solid.
  • Update VerticesExtension with GetMaterialId and GetTriangleMaterialIds.
  • Update MaterialUtils with GetColor and GetColorWithTransparency
  • Add CreatePyramid and CreatePrism
  • Add internal CreateCircleLoopVertices
  • Change Gizmo to return Solid[]
  • Add Arrow and Gizmo with sides options (max sides 10).

Shape.Tests

  • Test Triangulate Vertices LevelOfDetail
  • Test GetMaterialId and GetTriangleMaterialIds.
  • Test Material ColorWithTransparency
  • Test CreatePyramid and CreatePrism
  • Test Arrow and Gizmo with sides.

0.2.0

21 Oct 16:09
d1ded35
Compare
Choose a tag to compare

Shape

  • Create Project ricaun.Revit.DB.Shape
  • Update SolidExtension - GetOrigin
  • Add GraphicsStyleUtils to create LineColor
  • Add VerticesExtension for vertices
  • Update TessellatedShapeCreator
  • Add XYZUtils

Shape.Tests

  • Create Project ricaun.Revit.DB.Shape.Tests
  • Tests for MaterialUtils
  • Tests for Colors
  • Tests for TransformUtils
  • Tests for ShapeCreator (Box, BoxLine, Cylinder, Pointer, Sphere, Arrow, Gizmo)
  • Tests for DirectShapeUtils
  • Tests for TessellatedShapeCreator
  • Tests for Vertices

0.1.0

01 Oct 21:58
Compare
Choose a tag to compare

Quaternion

  • Create Project ricaun.Revit.DB.Quaternion
  • Create Project ricaun.Revit.DB.Quaternion.Tests

DB

  • Change csproj to IncludeBuildOutput false