|
|
BuilderDSTV Class |
Namespace: Karamba.Exporters
The BuilderDSTV type exposes the following members.
| Name | Description | |
|---|---|---|
| BuilderDSTV | Initializes a new instance of the BuilderDSTV class |
| Name | Description | |
|---|---|---|
| addBeam |
add a beam instruction to the product
| |
| addElementInstr |
add an element instruction to the product
| |
| addInstruction |
add a step-instruction to the output and return its number
| |
| buildCroSec |
add cross section data to the product
(Overrides ExportBuilderbuildCroSec(CroSec).) | |
| buildElement |
add element data to the product
(Overrides ExportBuilderbuildElement(ModelElement, Model).) | |
| buildElementLoad |
add element-loads to the builder
(Overrides ExportBuilderbuildElementLoad(ModelElement, Model).) | |
| buildElementPretensionLoad |
add a pretension-load to the builder
| |
| buildElementUniformlyDistributedLoad |
add a uniform line load to the builder
| |
| buildLoadCase |
add load case data to the product
(Overrides ExportBuilderbuildLoadCase(Int32, Model).) | |
| buildMaterial |
add definition of a material
(Overrides ExportBuilderbuildMaterial(FemMaterial, Int32).) | |
| buildMeshLoad |
add a mesh-load to the product
(Inherited from ExportBuilder.) | |
| buildNonStandardCroSec(CroSec_Box, Int32) |
add a non-standard box cross section to the builder
| |
| buildNonStandardCroSec(CroSec_Circle, Int32) |
add a non-standard CHS to the builder
| |
| buildNonStandardCroSec(CroSec_I, Int32) |
add a non-standard I-profile to the builder
| |
| buildNonStandardCroSec(CroSec_Spring, Int32) |
add a non-standard spring cross section to the builder
| |
| buildNonStandardCroSec(CroSec_Trapezoid, Int32) |
add a non-standard trapezoid cross section to the builder
| |
| buildPointLoad |
add point-load data to the product
(Overrides ExportBuilderbuildPointLoad(PointLoad).) | |
| buildSupport |
add support data to the product
(Overrides ExportBuilderbuildSupport(Support).) | |
| buildVertex |
add vertex data to the product
(Overrides ExportBuilderbuildVertex(Node).) | |
| croSecDataLine |
generate input line for cross section data
| |
| croSecDesignation |
return cross section designator
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| finishProduct |
add last lines of step-file
(Overrides ExportBuilderfinishProduct.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| getLoadCaseInst |
gets the load-case instruction number
| |
| getLoadCaseRange |
determines range of load-cases from given load-case number
| |
| getLog |
return the log of the production process
(Inherited from ExportBuilder.) | |
| getNodalInstrIndex |
determine the instruction numbers of all nodes of the element and return true if successful
| |
| getProduct |
return product of builder
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| logErrorMsg |
log an error message
(Inherited from ExportBuilder.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| newProduct |
create header and specification of global coordinate system of step-file
(Overrides ExportBuildernewProduct.) | |
| setCroSecAliasNames |
set the table for cross section name conversions
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| _loadcase_inst |
maps loadcase number to instruction number
| |
| _node_inst |
maps node index to instruction number
| |
| version |
version of program for which to export
|