Click or drag to resize

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

create joint modifier with properties given in array c

Namespace:  Karamba.Joints
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public JointAgent(
	Nullable<double>[] _c,
	List<string> atBeamIds,
	List<string> toElemIds,
	List<int> toNodeInds,
	IVicinity vicinity
)

Parameters

_c
Type: SystemNullableDouble
spring stiffnesses of the joint
atBeamIds
Type: System.Collections.GenericListString
identifiers of beams at which joints shall be added
toElemIds
Type: System.Collections.GenericListString
identifiers of elements where joints shall be added if atBeams attach to them
toNodeInds
Type: System.Collections.GenericListInt32
indexes of nodes where joints shall be added if atBeams attach to them
vicinity
Type: Karamba.GeometryIVicinity
tests whether a point is in the vicinity of predefined geometric objects
See Also