Click or drag to resize

BuilderCSV Class

Exports the model data as a CSV-file.
Inheritance Hierarchy

Namespace:  Karamba.Exporters
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class BuilderCSV : ExportBuilder

The BuilderCSV type exposes the following members.

Constructors
  NameDescription
Public methodBuilderCSV
create new builder
Top
Methods
  NameDescription
Protected methodaddBeam
add a beam to the builder
Protected methodaddCroSec
Protected methodaddElement
add an element to the builder
Protected methodaddJoint
add joint to builder
Public methodbuildCroSec
add cross section data to the product
(Inherited from ExportBuilder.)
Public methodbuildElement
add element data to the product
(Overrides ExportBuilderbuildElement(ModelElement, Model).)
Public methodbuildElementLoad
add element load data to the product
(Inherited from ExportBuilder.)
Public methodbuildLoadCase
add load case data to the product
(Overrides ExportBuilderbuildLoadCase(Int32, Model).)
Public methodbuildMaterial
add material data to the product
(Overrides ExportBuilderbuildMaterial(FemMaterial, Int32).)
Public methodbuildMeshLoad
add a mesh-load to the product
(Inherited from ExportBuilder.)
Public methodbuildPointLoad
add point-load data to the product
(Overrides ExportBuilderbuildPointLoad(PointLoad).)
Public methodbuildSupport
add support data to the product
(Overrides ExportBuilderbuildSupport(Support).)
Public methodbuildVertex
add vertex data to the product
(Overrides ExportBuilderbuildVertex(Node).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodfinishProduct
return the product build during being processed by the director
(Overrides ExportBuilderfinishProduct.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodgetLog
return the log of the production process
(Inherited from ExportBuilder.)
Public methodgetProduct
create new string builder
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodlogErrorMsg
log an error message
(Inherited from ExportBuilder.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodnewProduct
initialize the product
(Overrides ExportBuildernewProduct.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also