Skip to content

Commit

Permalink
renamed CmdSlopedFloor.cs to CmdCreateSlopedSlab.cs, implemented CmdC…
Browse files Browse the repository at this point in the history
…ategorySupportsTypeParameter
  • Loading branch information
Jeremy Tammik committed Apr 11, 2014
1 parent a37c32e commit f9d9e73
Show file tree
Hide file tree
Showing 5 changed files with 1,303 additions and 3 deletions.
9 changes: 9 additions & 0 deletions BcSamples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -929,3 +929,12 @@ LargeImage:
Image:
C:\a\lib\revit\2014\bc\BuildingCoder\BuildingCoder\bin\Debug\BuildingCoder.dll
BuildingCoder.CmdCreateSlopedSlab # version 2014.0.108.0

ADN Bc A-M
Category Supports Type Parameter
Boolean predicate to determine whether a given category supports type parameter
LargeImage:
Image:
C:\a\lib\revit\2014\bc\BuildingCoder\BuildingCoder\bin\Debug\BuildingCoder.dll
BuildingCoder.CmdCategorySupportsTypeParameter # version 2014.0.109.0

3 changes: 2 additions & 1 deletion BuildingCoder/BuildingCoder/BuildingCoder.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@
<Compile Include="CmdAzimuth.cs" />
<Compile Include="CmdBoundingBox.cs" />
<Compile Include="CmdCategories.cs" />
<Compile Include="CmdCategorySupportsTypeParameter.cs" />
<Compile Include="CmdCloseDocument.cs" />
<Compile Include="CmdCollectorPerformance.cs" />
<Compile Include="CmdColumnRound.cs" />
Expand Down Expand Up @@ -180,7 +181,7 @@
<Compile Include="CmdSheetData.cs" />
<Compile Include="CmdSheetSize.cs" />
<Compile Include="CmdSlabBoundaryArea.cs" />
<Compile Include="CmdSlopedFloor.cs" />
<Compile Include="CmdCreateSlopedSlab.cs" />
<Compile Include="CmdSlopedWall.cs" />
<Compile Include="CmdSpaceAdjacency.cs" />
<Compile Include="CmdStatusBar.cs" />
Expand Down
Loading

0 comments on commit f9d9e73

Please sign in to comment.