|
|
RenderProperties Class |
Namespace: Karamba.Utilities
The RenderProperties type exposes the following members.
| Name | Description | |
|---|---|---|
| RenderProperties |
Initializes a new instance of the RenderProperties class.
create new render properties for displaying the model and its results.
|
| Name | Description | |
|---|---|---|
| Annotation_offset | Gets the offset between object n annotation. | |
| Crosec_force_number_fmt | Gets the number format of text regarding cross section forces. | |
| Crosec_force_text_color | Gets the color of text regarding cross section forces. | |
| Crosec_force_text_height | Gets the height of text regarding cross section forces. | |
| Crosec_force_text_offset | Gets the offset of text regarding cross section forces. | |
| Crosec_text_color | Gets the text color of cross section text. | |
| Crosec_text_height | Gets the text height of cross section text. | |
| Crosec_text_offset | Gets the text offset of cross section text. | |
| ElemID_text_color | Gets the text color of element identifiers. | |
| ElemID_text_height | Gets the text height of element identifiers. | |
| ElemID_text_offset | Gets the text offset of element identifiers. | |
| Force_scale |
Gets the Force scale:
model.CharacteristicLength() / max_abs_load.
| |
| Load_number_fmt | Gets the number format for load-values. | |
| Load_scale |
Gets the load scale.
dp.basic.loadScale * force_scale;.
| |
| Material_text_height | Gets the height of text on materials. | |
| Material_text_offset | Gets the offset of text on materials. | |
| Material_txt_color | Gets the color of text on materials. | |
| Max_abs_force_factor |
Gets the maximum absolute element cross section force factor.
model.CharacteristicLength() / max_abs_force.
| |
| NII_text_color | Gets the color of text regarding NII-forces. | |
| NII_text_height | Gets the height of text regarding NII-forces. | |
| NII_text_number_fmt | Gets the number format of text regarding NII-forces. | |
| NII_text_offset | Gets the offset of text regarding NII-forces. | |
| Node_text_color | Gets the text color for node-related values. | |
| Node_text_height | Gets the text height for node-related values. | |
| Node_text_offset | Gets the text offset for node-related values. | |
| Reaction_number_fmt | Gets the number format of reaction forces. | |
| Reaction_scale |
Gets the scaling factor for reaction forces.
dp.basic.loadScale * force_scale;.
| |
| Unit_conversion | Gets the Unit conversion. |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |