Creates contact sets from the specified contact pairs.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateContactSetsFromPairList( _
ByVal NContactSetType As System.Integer, _
ByVal VarPairs As System.Object, _
ByRef ErrorCode As System.Integer _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactManager
Dim NContactSetType As System.Integer
Dim VarPairs As System.Object
Dim ErrorCode As System.Integer
Dim value As System.Object
value = instance.CreateContactSetsFromPairList(NContactSetType, VarPairs, ErrorCode) |
Parameters
- NContactSetType
Type of contact set for:
NOTES:
-
Bonded. Source and target entities are bonded.
-
Shrink fit. Select faces from two components that are initially interfering with each other.
-
Free (no interaction). The program treats source and target faces as disjointed. Do not use this option unless you are sure that loads will not cause interference. Plot the deformed shape with a scale factor of 1.0 to check for interference.
-
Virtual wall. Available for static studies only. This contact type defines contact between the source entities and a virtual wall defined by a target plane. The target plane may be rigid or flexible. You can define friction between.
-
Insulated. Available for thermal studies only. This option is similar to the Free (no interaction) option for structural studies. The program prevents heat flow due to conduction through the source and target entities.
-
Thermal resistance. Available for thermal studies only. This option allows you to specify thermal resistance between source and target faces.
- VarPairs
- Array of contact pairs (see Remarks)
- ErrorCode
- Error code as defined in swsContactSetError_e
Return Value
Array of
contact sets
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2016 SP0