the_building_coder_samples

The Building Coder Samples

MIT License

Stars
370

Bot releases are visible (Hide)

the_building_coder_samples - 2020.0.145.2

Published by jeremytammik over 5 years ago

implemented GetElementTypeByName, GetFamilySymbolByName and GetTextNoteTypeByName

the_building_coder_samples - 2020.0.145.1

Published by jeremytammik over 5 years ago

implemented CloseDocByCommand suggested by Bogdan

the_building_coder_samples - 2020.0.145.0

Published by jeremytammik over 5 years ago

flat migration to Revit 2020

the_building_coder_samples - 2019.0.145.17

Published by jeremytammik over 5 years ago

implemented SetFloorLevelAndOffset

the_building_coder_samples - 2019.0.145.16

Published by jeremytammik over 5 years ago

cleaned up samples demonstrating retrieving named family symbols using either LINQ or a parameter filter

the_building_coder_samples - 2019.0.145.15

Published by jeremytammik over 5 years ago

Sudhan corrected GetFamilyInstancesByFamilyAndType

the_building_coder_samples - 2019.0.145.14

Published by jeremytammik over 5 years ago

implemented GetInstancesOfElementType

the_building_coder_samples - 2019.0.145.13

Published by jeremytammik over 5 years ago

implemented bounding box Clear, ExpandToContain enum of points and GetBoundingBox for CurveLoop for https://forums.autodesk.com/t5/revit-api-forum/how-to-get-width-and-height-of-curveloop/m-p/8686230

the_building_coder_samples - 2019.0.145.12

Published by jeremytammik over 5 years ago

implemented CreateCurveLoop and OffsetPoints

the_building_coder_samples - 2019.0.145.11

Published by jeremytammik over 5 years ago

eliminated all deprecated API calls to achieve zero compilation warnings

the_building_coder_samples - 2019.0.145.10

Published by jeremytammik over 5 years ago

the_building_coder_samples - 2019.0.145.9

Published by jeremytammik over 5 years ago

the_building_coder_samples - 2019.0.145.8

Published by jeremytammik over 5 years ago

implemented CreateSweepWithMultipleLoops

the_building_coder_samples - 2019.0.145.7

Published by jeremytammik over 5 years ago

implemented GetWallMepClashes

the_building_coder_samples - 2019.0.145.6

Published by jeremytammik almost 6 years ago

the_building_coder_samples - 2019.0.145.5

Published by jeremytammik almost 6 years ago

implemented GetDuctShape

the_building_coder_samples - 2019.0.145.4

Published by jeremytammik almost 6 years ago

rebuilt duct size retrieval logic from scratch and eliminated catch-all exception handler

the_building_coder_samples - 2019.0.145.3

Published by jeremytammik almost 6 years ago

only set updated height if it differs from old, show results dialogue when nothing was changed, use GetElementCount and only count really modified ducts, successfully tested

the_building_coder_samples - 2019.0.145.2

Published by jeremytammik almost 6 years ago

check for null instead of exception, no rollback required, ask only if needed

the_building_coder_samples - 2019.0.145.1

Published by jeremytammik almost 6 years ago

replace DuctResize by second version from Jared

Related Projects