formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Convergence
Description
Creates an extruded object from a source object. norm indicates the extrusion direction and must be a normalized vector. dist the extrusion height (may be negative, but must be non zero). If the source object has more than one face the first face is extruded. base is the base point from which the extrusion vector is applied. If passed as NULL, the center of gravity of the source's face is used.
Plugin Prototype
fzrt_error_td fz_objt_cnstr_converge(
fzrt_int | windex, |
src_obj, | |
norm, | |
double | dist, |
base, | |
obj ) |
Parameters
windex [Input]
project window index
src_obj [Input]
source object
norm [Input]
normal direction of extrusion. Must be a normalized vector
dist [Input]
Extrusion height. This may be any value except zero.
base [Input, Optional]
base point. The apex of the converged object is located along the extrusion direction at the given height about this base point. If passed as NULL, the center of gravity of the source is used.
obj [Result]
new object
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
,
Function Set
Defined in