public double GetResultantTranslationalDisplacements(
out int selectionInd,
Vec3dProjector projector = null
)
Public Function GetResultantTranslationalDisplacements (
<OutAttribute> ByRef selectionInd As Integer,
Optional projector As Vec3dProjector = Nothing
) As Double
public:
virtual double GetResultantTranslationalDisplacements(
[OutAttribute] int% selectionInd,
Vec3dProjector^ projector = nullptr
) sealed
abstract GetResultantTranslationalDisplacements :
selectionInd : int byref *
?projector : Vec3dProjector
(* Defaults:
let _projector = defaultArg projector null
*)
-> float
override GetResultantTranslationalDisplacements :
selectionInd : int byref *
?projector : Vec3dProjector
(* Defaults:
let _projector = defaultArg projector null
*)
-> float
[Missing <param name="selectionInd"/> documentation for "M:Karamba.Elements.States.StateElement1D.GetResultantTranslationalDisplacements(System.Int32@,feb.Vec3dProjector)"]
[Missing <param name="projector"/> documentation for "M:Karamba.Elements.States.StateElement1D.GetResultantTranslationalDisplacements(System.Int32@,feb.Vec3dProjector)"]
[Missing <returns> documentation for "M:Karamba.Elements.States.StateElement1D.GetResultantTranslationalDisplacements(System.Int32@,feb.Vec3dProjector)"]