CreateContactSet2 Method (ICWContactManager)
Creates a contact set.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICWContactManager
Dim NContactSetType As System.Integer
Dim NSelectionType As System.Integer
Dim ArraySourceEntities As System.Object
Dim ArrayTargetEntities As System.Object
Dim ErrorCode As System.Integer
Dim value As CWContactSet
value = instance.CreateContactSet2(NContactSetType, NSelectionType, ArraySourceEntities, ArrayTargetEntities, ErrorCode) |
Parameters
- NContactSetType
Type of contact set for:
- NSelectionType
- Type of selection as defined in swsSelectionType_e
- ArraySourceEntities
- Array of source entities
- ArrayTargetEntities
- Array of target faces
- ErrorCode
- Error code as defined in swsContactSetError_e
Return Value
Contact set
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2010 SP0