Gets the number of sliver faces in the part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSliverFacesCount( _
ByVal width As System.Double, _
ByRef errorcode As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IGeometryAnalysis
Dim width As System.Double
Dim errorcode As System.Integer
Dim value As System.Integer
value = instance.GetSliverFacesCount(width, errorcode) |
C# | |
---|
System.int GetSliverFacesCount(
System.double width,
out System.int errorcode
) |
C++/CLI | |
---|
System.int GetSliverFacesCount(
& System.double width,
& [Out] System.int errorcode
) |
Parameters
- width
- Width to use to detect sliver faces
- errorcode
- Error as defined by gtError_e
Return Value
Number of sliver faces
Example
Remarks
See Also
Availability
SOLIDWORKS Utilities API 2004 FCS