formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Control Objects | Sweep
Description
Creates a 2 path sweep object. The source object must have a single face. It can be an open or closed wire or a single face surface object. The paths must also be open or closed wires or single face surface objects with a single curve. The path objects must both be closed or both be open.
Plugin Prototype
fzrt_error_td fz_objt_cnstr_sweep_2path(
fzrt_int | windex, |
src_obj, | |
pth_obj1, | |
pth_obj2, | |
model_type, | |
smooth_type, | |
swep_opts, | |
refn_opts, | |
obj ) |
Parameters
windex [Input]
project window index
src_obj [Input]
source object
pth_obj1 [Input]
path object 1
pth_obj2 [Input]
path object 2
model_type [Input]
model type
smooth_type [Input]
smooth type
swep_opts [Input, Optional]
construction options. For defaults fz_objt_sweep_parm_enum
refn_opts [Input, Optional]
display resolution options. For defaults fz_attr_refn_parm_enum
obj [Result]
new object
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
,
Function Set
Defined in