Click or drag to resize

BuilderDSTVsetCroSecAliasNames Method

set the table for cross section name conversions.

Namespace:  Karamba.Exporters
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public void setCroSecAliasNames(
	Dictionary<string, List<string>> alias_CSName
)

Parameters

alias_CSName
Type: System.Collections.GenericDictionaryString, ListString
mappings: karamba3D cross section name to new name.
See Also