Gets a surface-curve intersection.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As ISurface
Dim OtherCurve As Object
Dim CurveBound As Object
Dim PointArray As Object
Dim TArray As Object
Dim UvArray As Object
Dim value As Boolean
value = instance.IntersectCurve2(OtherCurve, CurveBound, PointArray, TArray, UvArray)
|
Parameters
- OtherCurve
- Curve
- CurveBound
- Array of 6 doubles representing the start and end points of the curve
- PointArray
- Array of points
- TArray
- Array of parameters on curve
- UvArray
- Array of parameters on surface
Return Value
True if getting the intersection succeeded, false if not
Remarks
See Also
Availability
SolidWorks 2006 FCS, Revision Number 14.0