Click or drag to resize

RenderProperties Class

Element render properties. Holds rendering specific attributes.
Inheritance Hierarchy
SystemObject
  Karamba.UtilitiesRenderProperties

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class RenderProperties

The RenderProperties type exposes the following members.

Constructors
  NameDescription
Public methodRenderProperties
create new render properties for displaying the model and its results
Top
Properties
  NameDescription
Public propertyAnnotation_offset
offset between object n annotation
Public propertyCrosec_force_number_fmt
number format of text regarding cross section forces
Public propertyCrosec_force_text_color
color of text regarding cross section forces
Public propertyCrosec_force_text_height
height of text regarding cross section forces
Public propertyCrosec_force_text_offset
offset of text regarding cross section forces
Public propertyCrosec_text_color
text color of cross section text
Public propertyCrosec_text_height
text height of cross section text
Public propertyCrosec_text_offset
text offset of cross section text
Public propertyElemID_text_color
text color of element identifiers
Public propertyElemID_text_height
text height of element identifiers
Public propertyElemID_text_offset
text offset of element identifiers
Public propertyForce_scale
Force scale. model.CharacteristicLength() / max_abs_load.
Public propertyLoad_number_fmt
number format for load-values
Public propertyLoad_scale
Load scale. dp.basic.loadScale * force_scale;
Public propertyMaterial_text_height
height of text on materials
Public propertyMaterial_text_offset
offset of text on materials
Public propertyMaterial_txt_color
color of text on materials
Public propertyMax_abs_force_factor
Maximum absolute element cross section force factor. model.CharacteristicLength() / max_abs_force.
Public propertyNII_text_color
color of text regarding NII-forces
Public propertyNII_text_height
height of text regarding NII-forces
Public propertyNII_text_number_fmt
number format of text regarding NII-forces
Public propertyNII_text_offset
offset of text regarding NII-forces
Public propertyNode_text_color
text color for node-related values
Public propertyNode_text_height
text height for node-related values
Public propertyNode_text_offset
text offset for node-related values
Public propertyReaction_number_fmt
number format of reaction forces
Public propertyReaction_scale
Scaling factor for reaction forces. dp.basic.loadScale * force_scale;
Public propertyUnit_conversion
Unit conversion.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also