Sets whether to specify the maximum member thickness for this topology study thickness manufacturing control.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetIncludeMaxMemberThickness( _
ByVal BFlag As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWTopologyThicknessControl
Dim BFlag As System.Integer
instance.SetIncludeMaxMemberThickness(BFlag) |
C# | |
---|
void SetIncludeMaxMemberThickness(
System.int BFlag
) |
C++/CLI | |
---|
void SetIncludeMaxMemberThickness(
& System.int BFlag
) |
Parameters
- BFlag
- 1 to specify the maximum member thickness, 0 to not
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2019 SP0