|
|
BuilderDSTV Class |
Namespace: Karamba.Exporters
The BuilderDSTV type exposes the following members.
| Name | Description | |
|---|---|---|
| BuilderDSTV |
Initializes a new instance of the BuilderDSTV class.
create new builder.
|
| Name | Description | |
|---|---|---|
| addBeam |
add a beam instruction to the product.
| |
| addElementInstr |
Adds 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 |
Adds the definition of a material.
(Overrides ExportBuilderbuildMaterial(FemMaterial, Int32).) | |
| buildMeshLoad |
add a mesh-load to the product.
(Inherited from ExportBuilder.) | |
| buildNonStandardCroSec(CroSec_Box, Int32) |
Adds a non-standard box cross section to the builder.
| |
| buildNonStandardCroSec(CroSec_Circle, Int32) |
Adds a non-standard CHS to the builder.
| |
| buildNonStandardCroSec(CroSec_I, Int32) |
Adds a non-standard I-profile to the builder.
| |
| buildNonStandardCroSec(CroSec_Spring, Int32) |
Adds a non-standard spring cross section to the builder.
| |
| buildNonStandardCroSec(CroSec_Trapezoid, Int32) |
Adds 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 |
Generates input line for cross section data.
| |
| croSecDesignation |
Creates a standard cross section name.
| |
| 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 the range of load-cases from given load-case number.
| |
| getLog |
Gets 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 |
Logs 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.
|