GetIntersectionEdges Method (IBody)
Obsolete. Superseded by IBody2::GetIntersectionEdges.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetIntersectionEdges( _
ByVal ToolBodyIn As System.Object _
) As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IBody
Dim ToolBodyIn As System.Object
Dim value As System.Object
value = instance.GetIntersectionEdges(ToolBodyIn) |
C# | |
---|
System.object GetIntersectionEdges(
System.object ToolBodyIn
) |
C++/CLI | |
---|
System.Object^ GetIntersectionEdges(
& System.Object^ ToolBodyIn
) |
Parameters
- ToolBodyIn
-
See Also