Sets whether to create contact sets.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IncludeShellEdgeSolidOrShellFace2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWContactComponent
Dim value As System.Boolean
instance.IncludeShellEdgeSolidOrShellFace2 = value
value = instance.IncludeShellEdgeSolidOrShellFace2 |
C# | |
---|
System.bool IncludeShellEdgeSolidOrShellFace2 {get; set;} |
C++/CLI | |
---|
property System.bool IncludeShellEdgeSolidOrShellFace2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
-1 or true to create contact sets, 0 or false to not
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2022 SP0