the_building_coder_samples

The Building Coder Samples

MIT License

Stars
370

Bot releases are hidden (Show)

the_building_coder_samples - 2015.0.112.0

Published by jeremytammik about 10 years ago

implemented CmdNewExtrusionRoof

the_building_coder_samples - 2015.0.111.3

Published by jeremytammik about 10 years ago

added notes on NewFloor refusing floor types that are foundation slab types

the_building_coder_samples - 2015.0.111.2

Published by jeremytammik about 10 years ago

documented CmdPickPoint3d and added Autodesk.Revit.Exceptions namespace prefix to all uses of OperationCanceledException

the_building_coder_samples - 2015.0.111.1

Published by jeremytammik about 10 years ago

cleaned up PickFaceSetWorkPlaneAndPickPoint, implemented PickPointsForArea, Plane ProjectOnto and ProjectInto extension methods

the_building_coder_samples - 2015.0.111.0

Published by jeremytammik about 10 years ago

implemented CmdDocumentVersion

the_building_coder_samples - 2015.0.110.3

Published by jeremytammik about 10 years ago

added code in CmdUnrotateNorth to determine angle to north from project base point

the_building_coder_samples - 2015.0.110.2

Published by jeremytammik about 10 years ago

removed obsolete API usage: reduced warning count from 71 to 67

the_building_coder_samples - 2015.0.110.1

Published by jeremytammik about 10 years ago

AddFaceBasedFamilyToLinks and before removing compilation warnings

the_building_coder_samples - 2015.0.110.0

Published by jeremytammik over 10 years ago

implemented CmdViewsShowingElements and reorganised the RvtSamples include file BcSamples to generate three groups for The Building Coder samples instead of two to reduce the menu overflow: A-M (60), N-Z (52) --> A-I, J-Q, R-Z

the_building_coder_samples - 2015.0.109.0

Published by jeremytammik over 10 years ago

migrated from Revit 2014 API to Revit 2015

the_building_coder_samples - 2014.0.109.0

Published by jeremytammik over 10 years ago

renamed CmdSlopedFloor.cs to CmdCreateSlopedSlab.cs, implemented CmdCategorySupportsTypeParameter

the_building_coder_samples - 2014.0.108.0

Published by jeremytammik over 10 years ago

implemented CmdCreateSlopedSlab and cleaned up a bit

the_building_coder_samples - 2014.0.107.0

Published by jeremytammik over 10 years ago

implemented CmdDeleteUnusedRefPlanes

the_building_coder_samples - 2014.0.106.8

Published by jeremytammik over 10 years ago

bumped copyright year from 2013 to 2014

the_building_coder_samples - 2014.0.106.7

Published by jeremytammik over 10 years ago

updated CmdDimensionWallsFindRefs to use ReferenceIntersector instead of FindReferencesWithContextByDirection and avoid obsolete API usage warning

the_building_coder_samples - 2014.0.106.6

Published by jeremytammik over 10 years ago

create rolling offset pipe using static Pipe.Create method

the_building_coder_samples - 2014.0.106.5

Published by jeremytammik almost 11 years ago

create rolling offset pipe and connected elbow fittings using NewElbowFitting

the_building_coder_samples - 2014.0.106.4

Published by jeremytammik almost 11 years ago

explicitly place, orient and connect elbow fittings around rolling offset pipe segment

the_building_coder_samples - 2014.0.106.3

Published by jeremytammik almost 11 years ago

implemented MEP utility methods, connect rolling offset to neighbours

the_building_coder_samples - 2014.0.106.2

Published by jeremytammik almost 11 years ago

creating a rolling offset pipe between two pipes

Related Projects