Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbEntity::moveStretchPointsAt Method
Syntax
C++
ODRX_SEALED_VIRTUAL OdResult moveStretchPointsAt(const OdIntArray& indices, const OdGeVector3d& offset);

Moves the specified stretch points of this entity. 

 

Parameters
Description
indices
[in] Array of indicies.
offset
[in] The direction and magnitude of the stretch points offset (WCS).
stretchPoints
[in] Array of moved grip points.

Each element in stretchPoints has a corresponding entry in indices, which specifies the index of the stretch point as returned by getStretchPoints.

Copyright © 2002-2022. Open Design Alliance All rights reserved.