Gets a set of points that represent the intersection of two trimmed curves.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ICurve
Dim OtherCurve As Curve
Dim ThisStartPoint As Double
Dim ThisEndPoint As Double
Dim OtherStartPoint As Double
Dim OtherEndPoint As Double
Dim value As Double
value = instance.IIntersectCurve(OtherCurve, ThisStartPoint, ThisEndPoint, OtherStartPoint, OtherEndPoint)
|
Parameters
- OtherCurve
Curve to intersect with this curve
- ThisStartPoint
Start point of this curve
- ThisEndPoint
End point of this curve
- OtherStartPoint
Start point of otherCurve
- OtherEndPoint
End point of otherCurve
Return Value
Intersection points (see Remarks)
Remarks
See Also
Availability
SolidWorks 98Plus, datecode 1988319