Skip to content

Releases: bimspot/bcf-toolkit

v2.1.2

04 Jun 14:50
Compare
Choose a tag to compare
  • fixed the creation of location and direction instances in bitmap, clipping plane and line builders
  • added viewpoint builder

v2.1.1

03 Jun 14:27
Compare
Choose a tag to compare
  • fixed the markup entries, if they are not ordered
  • added new unit test (FileBuilderTest)

v2.1.0

22 May 15:03
Compare
Choose a tag to compare
  • extension of the worker with ToBcfStream function which consumes a Bcf object, converts to the specified version then returns the file stream of the content
  • downgrade from BCF 3.0 to BCF 2.1

v2.0.0

08 May 14:39
Compare
Choose a tag to compare
  • Builders are divided and refactored according to versions
  • Builders return concrete instances instead of interfaces
  • New builder functions which consume list of objects and add to existing collections
  • Refactored converter and worker classes
  • New worker class which creates a BCF 3.0 regardless of the specified version of the source
  • New schema converter, which dedicated to upgrade BCF2.1 to BCF3.0

1.0.0

29 Jan 10:04
Compare
Choose a tag to compare
  • Bcf model class, that encapsulates the parts of BCF
  • Builder class for Bcf
  • Consuming BCF as stream into Bcf model
  • Returning BCF as stream from Bcf model
  • Updated input arguments in console application, see the help/usage

0.0.1

13 Oct 14:04
Compare
Choose a tag to compare
  • supporting BCF version 3.0
  • BCF builder - providing convenience way to build up BCF
  • publishing to NUGET.org as a public dotnet package