formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Editing Operations

fz_objt_edit_set_first_point

Description

Sets the start point of an object to a given point index.
Note: The object must be a single face surface or closed wire.

Plugin Prototype

fzrt_error_td fz_objt_edit_set_first_point(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_int

pindx )

Parameters

windex [Input]

project window index

obj [Input, Result]

object (must be a single face surface or closed wire)

pindx [Input]

point index to set as start point

Returns

Error codes
MODEL_ERR_INVALID_TOPO - invalid topology type for input object

Availability

5.0.0.0

Example Files

util_objt_topo.fsl

Function Set

fz_model_fset


Defined in

fz_objt_api.h