Gets a surface-curve intersection.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IntersectCurve2( _
ByVal OtherCurve As System.Object, _
ByVal CurveBound As System.Object, _
ByRef PointArray As System.Object, _
ByRef TArray As System.Object, _
ByRef UvArray As System.Object _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISurface
Dim OtherCurve As System.Object
Dim CurveBound As System.Object
Dim PointArray As System.Object
Dim TArray As System.Object
Dim UvArray As System.Object
Dim value As System.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