Gets a surface-curve intersection.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IIntersectCurve2( _
ByVal OtherCurve As Curve, _
ByRef CurveBound As System.Double, _
ByVal PointCount As System.Integer, _
ByRef PointArray As System.Double, _
ByRef TArray As System.Double, _
ByRef UvArray As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISurface
Dim OtherCurve As Curve
Dim CurveBound As System.Double
Dim PointCount As System.Integer
Dim PointArray As System.Double
Dim TArray As System.Double
Dim UvArray As System.Double
Dim value As System.Boolean
value = instance.IIntersectCurve2(OtherCurve, CurveBound, PointCount, PointArray, TArray, UvArray) |
Parameters
- OtherCurve
- Curve
- CurveBound
- Array of 6 doubles representing the start and end points of the curve
- PointCount
- Number of points
- PointArray
- Array of points of size PointCount*3
- TArray
- Array of parameters on curve of size PointCount
- UvArray
- Array of parameters on surface of size PointCount*2
Return Value
True if getting the intersection succeeded, false if not
Remarks
See Also
Availability
SOLIDWORKS 2006 FCS, Revision Number 14.0