|
RetrieverInfo_StressStrain Constructor
|
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.
|
Namespace:
Karamba.Results.ShellSection
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic RetrieverInfo_StressStrain(
Model model,
PolyLine3 inputPolyline,
Vector3 inputVector,
double tol,
double delta,
string lcName,
double zrel,
int layerIndex,
List<string> elemIds,
List<Guid> elemGuids
)
Public Sub New (
model As Model,
inputPolyline As PolyLine3,
inputVector As Vector3,
tol As Double,
delta As Double,
lcName As String,
zrel As Double,
layerIndex As Integer,
elemIds As List(Of String),
elemGuids As List(Of Guid)
)
public:
RetrieverInfo_StressStrain(
Model^ model,
PolyLine3^ inputPolyline,
Vector3 inputVector,
double tol,
double delta,
String^ lcName,
double zrel,
int layerIndex,
List<String^>^ elemIds,
List<Guid>^ elemGuids
)
new :
model : Model *
inputPolyline : PolyLine3 *
inputVector : Vector3 *
tol : float *
delta : float *
lcName : string *
zrel : float *
layerIndex : int *
elemIds : List<string> *
elemGuids : List<Guid> -> RetrieverInfo_StressStrain
Parameters
- model
- Type: Karamba.ModelsModel
Karamba Model used to compute the results. - inputPolyline
- Type: Karamba.GeometryPolyLine3
Geometry to project on the mesh group. - inputVector
- Type: Karamba.GeometryVector3
Projection direction. - tol
- Type: SystemDouble
Tolerance value used for equality check. - delta
- Type: SystemDouble
Delta is the minimum value for the splitting algorithm in FindStartingPointOnSegment(Line3, MarchingInfo, Point3, RayMeshIntersection). - lcName
- Type: SystemString
Load case for which results should be retrieve. - zrel
- Type: SystemDouble
Relative z position. - layerIndex
- Type: SystemInt32
Layer Index. - elemIds
- Type: System.Collections.GenericListString
Shell Ids that define the mesh to project on. - elemGuids
- Type: System.Collections.GenericListGuid
Shell Guids that define the mesh to project on.
See Also