Click or drag to resize

Karamba.Exporters Namespace

Classes that implement the export of model data to other applications. They adhere to the builder-pattern.
Classes
  ClassDescription
Public classBuilderCSV
Exports the model data as a CSV-file.
Protected classBuilderCSVLoadCase
Represents a load-case within the CSV-builder
Public classBuilderDSTV
Exports the model to DSTV format.
Public classBuilderDSTV_EnglishRobot
Exports the model to DSTV format taking into account the cross section names and other features innate to Robot in English language mode.
Public classBuilderDSTV_EnglishRStab
Exports the model to DSTV format taking into account the cross section names and other features innate to RStab in English language mode.
Public classBuilderDSTV_GermanRStab
Exports the model to DSTV format taking into account the cross section names and other features innate to RStab in German language mode.
Public classExportBuilder
Abstract base-class for deriving concrete builders that build data structures that export the model information. The director visits all model components and calls the corresponding build member function.
Public classExportDirector
Director that uses applies a builder on a statical model. When finished the product of the builder contains all the model data of interest.
Enumerations
  EnumerationDescription
Public enumerationBuilderCSVLanguage
Define the language version of the program for exporting property definitions (e.g. cross section names)