yucad3d

CadAddFace

Create an empty 3D face on the current document; corners are set via CadFacePutVer.

YuHandle CadAddFace ( YuHandle hDwg );

Parameters

hDwg (YuHandle)
Handle to the drawing, as returned by CadCreate.

Return Value

The handle of the newly created 3DFACE entity, or 0 on failure.

Remarks

Returns the entity handle (== id), 0 on failure.

See Also