Gets the percentage of area and number of faces in each thickness range.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IThicknessAnalysis
Dim lRange As System.Integer
Dim dMinTckInRange As System.Double
Dim dMaxTckInRange As System.Double
Dim lNoFaces As System.Integer
Dim dSurfArea As System.Double
Dim dPerAnalArea As System.Double
Dim value As System.Integer
value = instance.GetAnalysisDetails(lRange, dMinTckInRange, dMaxTckInRange, lNoFaces, dSurfArea, dPerAnalArea) |
Parameters
- lRange
1-based index of the number of intervals in the thickness color scale (see Remarks)
- dMinTckInRange
- Minimum thickness of thickness range
- dMaxTckInRange
Maximum thickness of thickness range
- lNoFaces
Number of faces
- dSurfArea
Surface area
- dPerAnalArea
Percent of total area analyzed that falls in the specified thickness range
Return Value
Error as defined in gtError_e
Example
Remarks
See Also
Availability
SolidWorks Utilities API 2006 FCS