formZ SDK | 5.0 API Reference | System | Math
Description
Calculates the 3d intersection line segment (defined by it's start and end points) of two planes.
Note : the start and end points of the line segment are chosen arbitrarily.
Plugin Prototype
fzrt_error_td fz_math_3d_isect_2_planes(
plane1, | |
plane2, | |
int_line_start, | |
int_line_end ) |
Parameters
plane1 [Input]
plane 1
plane2 [Input]
plane 2
int_line_start [Result]
start point of 3d line segment
int_line_end [Result]
end point of 3d line segment
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
fz_math_3d_isect_line_plane, fz_math_3d_isect_line_cube,, fz_math_3d_isect_lines, fz_math_3d_isect_3_planes
Function Set
Defined in