JointAgent(NullableDouble, ListString, ListString, ListInt32, IVicinity) Constructor
Note: This API is now obsolete.
Initializes a new instance of the
JointAgent class. Is obsolete. Use the constructor with List<Guid> instead.
Namespace: Karamba.JointsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
[ObsoleteAttribute("Use the constructor with List<Guid> instead")]
public JointAgent(
double?[] _c,
List<string> atBeamIds,
List<string> toElemIds,
List<int> toNodeInds,
IVicinity vicinity
)
<ObsoleteAttribute("Use the constructor with List<Guid> instead")>
Public Sub New (
_c As Double?(),
atBeamIds As List(Of String),
toElemIds As List(Of String),
toNodeInds As List(Of Integer),
vicinity As IVicinity
)
public:
[ObsoleteAttribute(L"Use the constructor with List<Guid> instead")]
JointAgent(
array<Nullable<double>>^ _c,
List<String^>^ atBeamIds,
List<String^>^ toElemIds,
List<int>^ toNodeInds,
IVicinity^ vicinity
)
[<ObsoleteAttribute("Use the constructor with List<Guid> instead")>]
new :
_c : Nullable<float>[] *
atBeamIds : List<string> *
toElemIds : List<string> *
toNodeInds : List<int> *
vicinity : IVicinity -> JointAgent
Parameters
- _c NullableDouble
- spring stiffnesses of the joint.
- atBeamIds ListString
- identifiers of beams at which joints shall be added.
- toElemIds ListString
- identifiers of elements where joints shall be added if atBeams attach to them.
- toNodeInds ListInt32
- indexes of nodes where joints shall be added if atBeams attach to them.
- vicinity IVicinity
- tests whether a point is in the vicinity of predefined geometric objects.