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 Integer
Dim dMinTckInRange As Double
Dim dMaxTckInRange As Double
Dim lNoFaces As Integer
Dim dSurfArea As Double
Dim dPerAnalArea As Double
Dim value As 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