ReactionDisplay Class

Collection of display preferences for rendering reaction forces.

Definition

Namespace: Karamba.Models
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
[SerializableAttribute]
public class ReactionDisplay : ICloneable
Inheritance
Object    ReactionDisplay
Implements
ICloneable

Constructors

ReactionDisplay Initializes a new instance of the ReactionDisplay class

Properties

AnnotationScale Gets or sets the font size for the annotations of the reaction components.
AsPercentage Gets or sets a value indicating whether the reaction force components are scaled so that they fit within given minimum and maximum length.
DisplayAnnotations Gets or sets a value indicating whether the annotations are to be displayed.
DisplayNegativeValues Gets or sets a value indicating whether negative values will be displayed.
DisplayPositiveValues Gets or sets a value indicating whether positive values will be displayed.
DisplayReactions Gets or sets a value indicating whether reaction forces are displayed.
ResultsToDisplay Gets or sets the reaction force to display.
ScalingFactorForces Gets or sets the scaling factor for forces.
ScalingFactorMoments Gets or sets the scaling factor for moments.
SizeRange Gets or sets the minimum and maximum length of rendered vectors.
Thickness Gets or sets the thickness of rendered vectors.
Threshold Gets or sets the a threshold value, removing absolute values that are below the threshold.

Methods

Clone Clone the current reaction view.
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
PreviewDisabled Disable the preview of reaction forces.
ToString Returns a string that represents the current object.
(Inherited from Object)

Extension Methods

ContainerType test if object is (a container like) a list or an array.
(Defined by MiniUtil)

See Also