Sets the SOLIDWORKS body in a multibody part to use in the thickness analysis.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetThicknessAnalysisBody( _
ByVal lpBody2 As Body2 _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IThicknessAnalysis
Dim lpBody2 As Body2
Dim value As System.Integer
value = instance.SetThicknessAnalysisBody(lpBody2) |
C# | |
---|
System.int SetThicknessAnalysisBody(
Body2 lpBody2
) |
C++/CLI | |
---|
System.int SetThicknessAnalysisBody(
& Body2^ lpBody2
) |
Parameters
- lpBody2
- SOLIDWORKS body
Return Value
Error as defined in
gtError_e
Remarks
See Also
Availability
SOLIDWORKS Utilities API 2006 FCS