JointAgent(NullableDouble, ListString, ListGuid, ListString, ListInt32, IVicinity) Constructor

Initializes a new instance of the JointAgent class. create joint modifier with properties given in array c.

Definition

Namespace: Karamba.Joints
Assembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public JointAgent(
	double?[] _c,
	List<string> atBeamIds,
	List<Guid> atBeamGuids,
	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.
atBeamGuids  ListGuid
guids 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