Click or drag to resize

RetrieverInfo_StressStrain Class

Class where are stored all the parameters used by Retriever.
Inheritance Hierarchy
SystemObject
  Karamba.Results.ShellSectionRetrieverInfo
    Karamba.Results.ShellSectionRetrieverInfo_StressStrain

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

The RetrieverInfo_StressStrain type exposes the following members.

Constructors
  NameDescription
Public methodRetrieverInfo_StressStrain
Initializes a new instance of the RetrieverInfo_StressStrain class. Create a new instance.
inputModel Karamba Model used to compute the results.
inputPolyline Geometry to project on the mesh group.
inputVector Projection direction.
tol Tolerance value used for equality check.
delta Delta is the minimum value for the splitting algorithm in FindStartingPointOnSegment(Line3, MarchingInfo, Point3, RayMeshIntersection).
lcName Load case for which results should be retrieve.
zrel Relative z position.
layerIndex Layer Index.
elemIds Shell Ids that define the mesh to project on.
Top
Properties
  NameDescription
Public propertyDelta
Gets or sets the Delta value used by ShellSectionMarchingAlgorithms. Delta is the minimum value for the splitting algorithm. If the splitted result is lower, the method won't go further.
(Inherited from RetrieverInfo.)
Public propertyInputPolyline
Gets or sets the geometry to project on the mesh group.
(Inherited from RetrieverInfo.)
Public propertyInputVector
Gets or sets the projection direction.
(Inherited from RetrieverInfo.)
Public propertyLayerInd
Gets or sets the index of layer to be displayed.
(Inherited from RetrieverInfo.)
Public propertyLcName
Gets or sets the load case for which results should be retrieve.
(Inherited from RetrieverInfo.)
Public propertyMeshGroup
Gets or sets the mesh group where to project.
(Inherited from RetrieverInfo.)
Public propertyModel
Gets or sets the Model used to compute the results.
(Inherited from RetrieverInfo.)
Public propertyTol
Gets or sets the tolerance value used for equality check.
(Inherited from RetrieverInfo.)
Public propertyZRel
Gets or sets the relative layer-position along cross section height: -1..lower rim; 1..upper rim.
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.)
Public methodIsValid
Check if RetrieverInfo has valid data. Otherwise returns an Exception.
(Inherited from RetrieverInfo.)
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