SE_shape_make_nil

Makes a shape nil

Usage syntax

LONG SE_shape_make_nil (SE_SHAPE shape);

Parameters
shape A handle to an active shape object
Description

SE_shape_make_nil changes the specified shape object to a nil.

Returns

SE_SUCCESS
SE_CAD_EXISTS

SE_INVALID_SHAPE_OBJECT

SE_READ_ONLY_SHAPE

Notes

∙  If you pass a shape returned from SE_stable_search or SE_stable_get_shape to tgt_shape, the SE_READ_ONLY_SHAPE error is returned.

∙  If the source shape has a CAD entity, the SE_CAD_EXISTS error is returned.