Sets whether to create edge-to-edge bonded contact sets.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IncludeShellEdgeSolidOrShellFace( _
ByVal BNonTouchingShell As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWMultipleComponentContactsEditManager
Dim BNonTouchingShell As System.Integer
Dim value As System.Integer
value = instance.IncludeShellEdgeSolidOrShellFace(BNonTouchingShell) |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWMultipleComponentContactsEditManager~IncludeShellEdgeSolidOrShellFace.html# | |
---|
System.int IncludeShellEdgeSolidOrShellFace(
System.int BNonTouchingShell
) |
C++/CLI | |
---|
System.int IncludeShellEdgeSolidOrShellFace(
& System.int BNonTouchingShell
) |
Parameters
- BNonTouchingShell
- 1 to create edge-to-edge bonded contact sets, 0 to not
Return Value
Error code as defined in
swsMultipleContactsEditErrorCode_e
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0