Gets the point where this mathematical circular Arc intersects the specified mathematical circular Arc.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IntersectWithCircArc( _
dsMathCircArc* CircArc As MathCircArc, _
dsMathPoint** IntersectionPoint1 As MathPoint, _
dsMathPoint** IntersectionPoint2 As MathPoint _
) As System.Integer |
Parameters
- CircArc
- Mathematical circular Arc that intersects this mathematical circular Arc
- IntersectionPoint1[out]
- Point or null if this mathematical circular Arc is nonintersecting
- IntersectionPoint2[out]
- Point or null if this mathematical circular Arc is nonintersecting or the number of intersections = 1
- NumIntersections[out] or Return Value
- Number of intersections
See Also
Availability
DraftSight V1R5.0