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.
Namespace: Karamba.JointsAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public JointAgent(
double?[] _c,
List<string> atBeamIds,
List<Guid> atBeamGuids,
List<string> toElemIds,
List<int> toNodeInds,
IVicinity vicinity
)
Public Sub New (
_c As Double?(),
atBeamIds As List(Of String),
atBeamGuids As List(Of Guid),
toElemIds As List(Of String),
toNodeInds As List(Of Integer),
vicinity As IVicinity
)
public:
JointAgent(
array<Nullable<double>>^ _c,
List<String^>^ atBeamIds,
List<Guid>^ atBeamGuids,
List<String^>^ toElemIds,
List<int>^ toNodeInds,
IVicinity^ vicinity
)
new :
_c : Nullable<float>[] *
atBeamIds : List<string> *
atBeamGuids : List<Guid> *
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.
- 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.