formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Topology
Description
Determines whether a given curve is a hole or the outer boundary curve of a face. model_type must be specified.
Plugin Prototype
fzrt_error_td fz_objt_curv_is_hole(
fzrt_int | windex, |
obj, | |
fzrt_int | cindx, |
model_type, | |
is_hole ) |
Parameters
windex [Input]
project window index
obj [Input]
object
cindx [Input]
curve index
model_type [Input]
object topology type
is_hole [Result]
is the curve a hole
TRUE if curve is a hole,
FALSE if curve is an outer boundary curve
Returns
Error codes
Availability
5.0.0.0
Example Files
See Also
fz_objt_face_get_curv_count, fz_objt_face_get_cindx, , fz_objt_curv_get_sindx, , fz_objt_curv_get_next, fz_objt_curv_get_fromface
Function Set
Defined in