Gets the number of small faces on the part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSmallFacesCount( _
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.GetSmallFacesCount(length, errorcode) |
C# | |
---|
System.int GetSmallFacesCount(
System.double length,
out System.int errorcode
) |
C++/CLI | |
---|
System.int GetSmallFacesCount(
& System.double length,
& [Out] System.int errorcode
) |
Parameters
- length
- Length to use to detect small faces
- errorcode
- Error as defined by gtError_e
Return Value
Number of small faces
Example
Remarks
See Also
Availability
SOLIDWORKS Utilities API 2004 FCS