| SE_shape_make_nil |
Returns a nil shape.
LONG SE_shape_make_nil (SE_SHAPE shape);
| shape | A handle to an active shape object |
Returns a nil shape.
SE_SUCCESS
SE_CAD_EXISTS
SE_INVALID_SHAPE_OBJECT
SE_READ_ONLY_SHAPE
• 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.