Sets the maximum member thickness for this topology study thickness manufacturing control.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SetMaxMemberThickness( _
ByVal DThickness As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ICWTopologyThicknessControl
Dim DThickness As System.Double
instance.SetMaxMemberThickness(DThickness) |
C# | |
---|
void SetMaxMemberThickness(
System.double DThickness
) |
C++/CLI | |
---|
void SetMaxMemberThickness(
& System.double DThickness
) |
Parameters
- DThickness
- Maximum member thickness
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2019 SP0