formZ SDK | 5.0 API Reference | Project | Modeling | Objects | Topology

fz_objt_iso_get_iso_pnt

Description

Gets one of the points that are used to represent an iso line of a smooth object. The point is identified by a point index. This index must be less than the total number of points used by the segment.

Plugin Prototype

fzrt_error_td fz_objt_iso_get_iso_pnt(

fzrt_int

windex,

fz_objt_ptr

obj,

fzrt_int

findx,

fzrt_int

iindx,

fzrt_int

pindx,

fz_xyz_td *

pt )

Parameters

windex [Input]

project window index

obj [Input]

object

findx [Input]

face index

iindx [Input]

iso line index

pindx [Input]

index of a point of the iso line

pt [Result]

the point

Returns

Error codes

Availability

5.0.0.0

Example Files

util_wire_topo.fsl

See Also

fz_objt_iso_get_num_iso_pnts, fz_objt_face_get_iso_count, , fz_objt_segt_get_wire_pnt

Function Set

fz_model_fset


Defined in

fz_objt_otop_api.h