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: 2.2.0.4 (2.2.0.4)
Syntax
public sealed class RenderProperties

The RenderProperties type exposes the following members.

Constructors
  NameDescription
Public methodRenderProperties
Initializes a new instance of the RenderProperties class. create new render properties for displaying the model and its results.
Top
Properties
  NameDescription
Public propertyAnnotation_offset
Gets the offset between object n annotation.
Public propertyCrosec_force_number_fmt
Gets the number format of text regarding cross section forces.
Public propertyCrosec_force_text_color
Gets the color of text regarding cross section forces.
Public propertyCrosec_force_text_height
Gets the height of text regarding cross section forces.
Public propertyCrosec_force_text_offset
Gets the offset of text regarding cross section forces.
Public propertyCrosec_text_color
Gets the text color of cross section text.
Public propertyCrosec_text_height
Gets the text height of cross section text.
Public propertyCrosec_text_offset
Gets the text offset of cross section text.
Public propertyElemID_text_color
Gets the text color of element identifiers.
Public propertyElemID_text_height
Gets the text height of element identifiers.
Public propertyElemID_text_offset
Gets the text offset of element identifiers.
Public propertyForce_scale
Gets the Force scale: model.CharacteristicLength() / max_abs_load.
Public propertyLoad_number_fmt
Gets the number format for load-values.
Public propertyLoad_scale
Gets the load scale. dp.basic.loadScale * force_scale;.
Public propertyMaterial_text_height
Gets the height of text on materials.
Public propertyMaterial_text_offset
Gets the offset of text on materials.
Public propertyMaterial_txt_color
Gets the color of text on materials.
Public propertyMax_abs_force_factor
Gets the maximum absolute element cross section force factor. model.CharacteristicLength() / max_abs_force.
Public propertyNII_text_color
Gets the color of text regarding NII-forces.
Public propertyNII_text_height
Gets the height of text regarding NII-forces.
Public propertyNII_text_number_fmt
Gets the number format of text regarding NII-forces.
Public propertyNII_text_offset
Gets the offset of text regarding NII-forces.
Public propertyNode_text_color
Gets the text color for node-related values.
Public propertyNode_text_height
Gets the text height for node-related values.
Public propertyNode_text_offset
Gets the text offset for node-related values.
Public propertyReaction_number_fmt
Gets the number format of reaction forces.
Public propertyReaction_scale
Gets the scaling factor for reaction forces. dp.basic.loadScale * force_scale;.
Public propertyUnit_conversion
Gets the 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