Click or drag to resize

RenderProperties Constructor

create new render properties for displaying the model and its results

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public RenderProperties(
	UnitConversion unit_conversion,
	double max_abs_force_factor,
	double force_scale,
	double load_scale,
	double reaction_scale
)

Parameters

unit_conversion
Type: Karamba.UtilitiesUnitConversion
physica unit conversion factory
max_abs_force_factor
Type: SystemDouble
Maximum absolute element cross section force factor. model.CharacteristicLength() / max_abs_force.
force_scale
Type: SystemDouble
scaling factor for displaying forces
load_scale
Type: SystemDouble
scaling factor for displaying loads
reaction_scale
Type: SystemDouble
scaling factor for displaying reaction forces
See Also