yucad3d

CadFaceGetEdge

Returns the edge of the 3DFACE entity.

std::int32_t CadFaceGetEdge ( YuHandle hEnt, std::int32_t iEdge );

Parameters

hEnt (YuHandle)
Handle to the entity.
iEdge (std::int32_t)
Zero-based index.

Return Value

The edge.

See Also