All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.3.2 / 2024-06-14
- Update Colors using the
System.Windows.Media.Colors
as reference. - Update
MaterialUtils
andGraphicsStyleUtils
with default 9 colors. - Add
ColorExtension
withColorEquals
,Lerp
,ToColor
andToColorWithTransparency
. - Add
ColorExtension
withToHex
forColor
andColorWithTransparency
- Update
CreateBoxLines
withgraphicsStyleId
- Add
CreateLines
inShapeCreator
- Test all color names in
System.Windows.Media.Colors
withColors
. - Test all 9 colors in
MaterialUtils
andGraphicsStyleUtils
. - Test for
ColorExternsion
- Test
MaterialId
andGraphicsStyleId
. - Test
CreateLines
withclosed
andGraphicsStyleId
.
0.3.1 / 2024-01-09 - 2024-04-13
- Support Revit 2025
- Test in Revit 2025 / 2024
0.3.0 / 2023-10-24 - 2023-11-01
- Rename
indexes
toindices
. - Rename shape
Pointer
toCone
- Add
LevelOfDetail
methods to Triangulate face/solid. - Update
VerticesExtension
withGetMaterialId
andGetTriangleMaterialIds
. - Update
MaterialUtils
withGetColor
andGetColorWithTransparency
- Add
CreatePyramid
andCreatePrism
- Add internal
CreateCircleLoopVertices
- Change
Gizmo
to returnSolid[]
- Add
Arrow
andGizmo
with sides options (max sides 10). - Update
GetFaces
toGetFacesRegions
- Test Triangulate Vertices
LevelOfDetail
- Test
GetMaterialId
andGetTriangleMaterialIds
. - Test Material
ColorWithTransparency
- Test
CreatePyramid
andCreatePrism
- Test
Arrow
andGizmo
with sides. - Test
GetFaces
toGetFacesRegions
withBox2021.rfa
0.2.0 / 2023-10-01 - 2023-10-21
- Create Project
ricaun.Revit.DB.Shape
- Update
SolidExtension
-GetOrigin
- Add
GraphicsStyleUtils
to create LineColor - Add
VerticesExtension
for vertices - Update
TessellatedShapeCreator
- Add
XYZUtils
- 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 / 2023-10-01
- Create Project
ricaun.Revit.DB.Quaternion
- Create Project
ricaun.Revit.DB.Quaternion.Tests
- Change csproj to
IncludeBuildOutput
false
- Create Project
ricaun.Revit.DB