Gets the number of knife vertices in the part.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetKnifeVerticesCount( _
ByVal angle As Double, _
ByRef errorcode As Integer _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IGeometryAnalysis
Dim angle As Double
Dim errorcode As Integer
Dim value As Integer
value = instance.GetKnifeVerticesCount(angle, errorcode)
|
C++/CLI | |
---|
int GetKnifeVerticesCount(
& double angle,
& [Out] int errorcode
) |
Parameters
- angle
Angle to use to determine knife vertices
- errorcode
- Error as defined by gtError_e
Return Value
Number of knife vertices
Example
Remarks
See Also
Availability
SolidWorks Utilities API 2004 FCS