formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Editing Operations
Description
Projects all the points of an object onto a plane.
The plane is defined by 3 points (origin, x axis point and y axis point).
This function works on plain facetted objects only.
Smooth and controlled objects will be dropped to plain facetted first.
Plugin Prototype
fzrt_error_td fz_objt_edit_project_on_plane(
fzrt_int | windex, |
obj, | |
origin, | |
xaxis_pt, | |
yaxis_pt ) |
Parameters
windex [Input]
project window index
obj [Input, Result]
object (must be plain facetted)
origin [Input]
origin point of plane
xaxis_pt [Input]
x axis point of plane
yaxis_pt [Input]
y axis point of plane
Returns
Error codes
math error, if it cannot define a plane with the points
Availability
5.0.0.0
Example Files
Function Set
Defined in