Gets the number of edges shorter than the specified length on the part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetShortEdgesCount( _
ByVal length As System.Double, _
ByRef errorcode As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IGeometryAnalysis
Dim length As System.Double
Dim errorcode As System.Integer
Dim value As System.Integer
value = instance.GetShortEdgesCount(length, errorcode) |
C# | |
---|
System.int GetShortEdgesCount(
System.double length,
out System.int errorcode
) |
C++/CLI | |
---|
System.int GetShortEdgesCount(
& System.double length,
& [Out] System.int 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