Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
Back to list
CAD :: getIntersectionCurveDefinition
Synopsis
get all parameters contained in the intersectionCurve
GUI Dialog
Script function
cad.getIntersectionCurveDefinition
(
intersectionCurve
) -> (
surface1
,
surface2
,
chart
,
bounds
)
Parameters
intersectionCurve
(
IntersectionCurve
) : The intersectionCurve
Return value
surface1
(
Surface
) : The first surface of the intersectionCurve
surface2
(
Surface
) : The second surface of the intersectionCurve
chart
(
PolylineCurve
) : The chart of the intersectionCurve
bounds
(
Bounds1D
) : The boudns of the intersectionCurve