formZ SDK | 5.0 API Reference | Project | Modeling

fz_objt_topo_level_enum

Description

Topology level identifiers. They identify the five levels of object topology : point, segment, curve(outline), face and object. Note, that "hole" does not appear in this list, as it is not a topological level as represented in the model object data structure. Holes (volumes) can be defined as a set of connected faces.

enum fz_objt_topo_level_enum {

FZ_OBJT_TOPO_LEVEL_OBJT,

FZ_OBJT_TOPO_LEVEL_FACE,

FZ_OBJT_TOPO_LEVEL_CURV,

FZ_OBJT_TOPO_LEVEL_SEGT,

FZ_OBJT_TOPO_LEVEL_CORD };

Members

FZ_OBJT_TOPO_LEVEL_OBJT

Object topology level

FZ_OBJT_TOPO_LEVEL_FACE

Face topology level

FZ_OBJT_TOPO_LEVEL_CURV

Curve (outline) topology level

FZ_OBJT_TOPO_LEVEL_SEGT

Segment topology level

FZ_OBJT_TOPO_LEVEL_CORD

Point topology level

Availability

5.0.0.0

Defined in

fz_model_core_api.h