Gets the number of edges shorter than the specified length on the part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetShortEdgesCount( _
ByVal length As Double, _
ByRef errorcode As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IGeometryAnalysis
Dim length As Double
Dim errorcode As Integer
Dim value As Integer
value = instance.GetShortEdgesCount(length, errorcode)
|
Parameters
- length
- Length to use to which to compare the edges
- errorcode
- Error as defined by gtError_e
Return Value
Number of small edges
Example
See Also
Availability
SolidWorks Utilities API 2004 FCS