SE_shape_interpolate_by_measures

Returns a shape that is densified by a supplied measure value

Usage syntax

LONG SE_shape_interpolate_by_measures (SE_SHAPE src_shape, LFLOAT delta, SE_SHAPE tgt_shape);

Parameters
src_shape A handle to an active shape object
delta The measure distance with which to densify the shape
tgt_shape A handle to an active shape object
Description

This function densifies a shape by a distance as defined by measure coordinates. The source shape must have lines or areas and measures.

Returns

SE_SUCCESS
SE_COORD_OUT_OF_BOUNDS

SE_INVALID_SHAPE

SE_INVALID_PARAM_VALUE

SE_INVALID_SHAPE_OBJECT

SE_OUT_OF_CLMEM

SE_READ_ONLY_SHAPE

SE_SHAPE_INTEGRITY_ERROR

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.

∙  Ignores any CAD data in the source shape, and removes any CAD data in the target shape