[SerializableAttribute]
public class ReactionDisplay : ICloneable
<SerializableAttribute>
Public Class ReactionDisplay
Implements ICloneable
[SerializableAttribute]
public ref class ReactionDisplay : ICloneable
[<SerializableAttribute>]
type ReactionDisplay =
class
interface ICloneable
end
ReactionDisplay | Initializes a new instance of the ReactionDisplay class |
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. |
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) |
ContainerType |
test if object is (a container like) a list or an array.
(Defined by MiniUtil) |