Click or drag to resize

ShellSec_RendererInfo_Force Class

Classes that collects all the info required to properly render the results.
Inheritance Hierarchy
SystemObject
  Karamba.Results.ShellSectionShellSec_RendererInfo
    Karamba.Results.ShellSectionShellSec_RendererInfo_Force

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public class ShellSec_RendererInfo_Force : ShellSec_RendererInfo

The ShellSec_RendererInfo_Force type exposes the following members.

Constructors
  NameDescription
Public methodShellSec_RendererInfo_Force
Initializes a new instance of the ShellSec_RendererInfo_Force class. Create a new ShellSec_RendererInfo.
Top
Properties
  NameDescription
Public propertyBaseMeshObject
Gets or sets the type of object on which results are retrieved for the mesh.
(Inherited from ShellSec_RendererInfo.)
Public propertyColorNeg
Gets or sets the color for mesh vertices for negative values.
(Inherited from ShellSec_RendererInfo.)
Public propertyColorPos
Gets or sets the color for mesh vertices for positive values.
(Inherited from ShellSec_RendererInfo.)
Public propertyDisplayAxes
Gets or sets a value indicating whether the rendering of local axes on the polylines is enabled.
(Inherited from ShellSec_RendererInfo.)
Public propertyDisplayMesh
Gets or sets a value indicating whether the rendering of the mesh is enabled.
(Inherited from ShellSec_RendererInfo.)
Public propertyDisplayResults
Gets or sets the type of results to be rendered.
(Inherited from ShellSec_RendererInfo.)
Public propertyDisplaySmooth
Gets or sets a value indicating whether smoothing is enabled. If True geometries will be smoothed else they will be stepwise.
(Inherited from ShellSec_RendererInfo.)
Public propertyDisplayText
Gets or sets a value indicating whether text shall be displayed.
(Inherited from ShellSec_RendererInfo.)
Public propertyStatic memberForceScale
Gets the default scale factor for force.
Public propertyLcName
Gets or sets the load case to display.
(Inherited from ShellSec_RendererInfo.)
Public propertyStatic memberMomentScale
Gets the default scale factor for moment.
Public propertyScaleAxes
Gets or sets the scale factor used to display local axes.
(Inherited from ShellSec_RendererInfo.)
Public propertyScaleResults
Gets or sets the scale factors used to render result based geometries.
(Inherited from ShellSec_RendererInfo.)
Public propertyTextColor
Gets or sets the color of the text to display.
(Inherited from ShellSec_RendererInfo.)
Public propertyTextFormat
Gets or sets the format of the text to display.
(Inherited from ShellSec_RendererInfo.)
Public propertyTextHeight
Gets or sets the scale factor used for the text.
(Inherited from ShellSec_RendererInfo.)
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(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.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also