SolidIntersectWithCurve Method |
Calculates and returns the intersection between a curve and this solid.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic SolidCurveIntersection IntersectWithCurve(
Curve curve,
SolidCurveIntersectionOptions options
)
Public Function IntersectWithCurve (
curve As Curve,
options As SolidCurveIntersectionOptions
) As SolidCurveIntersection
public:
SolidCurveIntersection^ IntersectWithCurve(
Curve^ curve,
SolidCurveIntersectionOptions^ options
)
member IntersectWithCurve :
curve : Curve *
options : SolidCurveIntersectionOptions -> SolidCurveIntersection
Parameters
- curve Curve
-
The curve.
- options SolidCurveIntersectionOptions
-
The options. If NULL, the default options will be used.
Return Value
SolidCurveIntersection
The intersection results.
Exceptions
See Also