Gets the number of intersecting edges between this body and the specified tool body.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetIntersectionEdgeCount( _
ByVal ToolBodyIn As Body2 _
) As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IBody2
Dim ToolBodyIn As Body2
Dim value As Integer
value = instance.IGetIntersectionEdgeCount(ToolBodyIn)
|
C# | |
---|
int IGetIntersectionEdgeCount(
Body2 ToolBodyIn
) |
C++/CLI | |
---|
int IGetIntersectionEdgeCount(
& Body2^ ToolBodyIn
) |
Parameters
- ToolBodyIn
Pointer to the temporary body used to perform the intersection
Remarks
See Also