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.

Definition

Namespace: Karamba.Joints
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
[ObsoleteAttribute("Use the constructor with List<Guid> instead")]
public JointAgent(
	double?[] _c,
	List<string> atBeamIds,
	List<string> toElemIds,
	List<int> toNodeInds,
	IVicinity vicinity
)

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.

See Also