Sets whether to create edge-to-edge bonded contact sets.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IncludeShellEdgeSolidOrShellFace2( _
ByVal BNonTouchingShell As System.Boolean _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMultipleComponentContactsEditManager
Dim BNonTouchingShell As System.Boolean
Dim value As System.Integer
value = instance.IncludeShellEdgeSolidOrShellFace2(BNonTouchingShell) |
C++/CLI | |
---|
System.int IncludeShellEdgeSolidOrShellFace2(
& System.bool BNonTouchingShell
) |
Parameters
- BNonTouchingShell
- -1 or true to create edge-to-edge bonded contact sets, 0 or false to not
Return Value
Error code as defined in
swsMultipleContactsEditErrorCode_e
See Also
Availability
SOLIDWORKS Simulation API 2022 SP0