Runs a thickness analysis, shows the thick regions, and generates a report.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IThicknessAnalysis
Dim targetthickness As System.Double
Dim thicklimit As System.Double
Dim treatcornerzero As System.Boolean
Dim resolution As System.Integer
Dim lResultOptions As System.Integer
Dim reportname As System.String
Dim vtAddToBinderOption As System.Boolean
Dim vtSaveResultsInEdwg As System.Boolean
Dim vtOverwrite As System.Boolean
Dim value As System.Integer
value = instance.RunThickAnalysis2(targetthickness, thicklimit, treatcornerzero, resolution, lResultOptions, reportname, vtAddToBinderOption, vtSaveResultsInEdwg, vtOverwrite) |
Parameters
- targetthickness
- Target thickness in meters
- thicklimit
Thickness region limit in meters
- treatcornerzero
True to disregard corners sharp corners, false to not
- resolution
- Resolution as defined in gttckResolutionOptions_e
- lResultOptions
- Display the results or save results to a report as defined in gtResultOptions_e
- reportname
- Path where to save the results report
- vtAddToBinderOption
- True to add the results report to the Design Binder, false to not
- vtSaveResultsInEdwg
True to save the results in eDrawings, false to not
- vtOverwrite
- True to overwrite an existing results report of the same name, false to not
Return Value
Error as defined in
gtError_e
Remarks
See Also
Availability
SolidWorks Utilities API 2007 FCS