C_MoveObjects

C_MoveObjects exposes the functionality of the OrcaFlex move selected objects wizard.

void C_MoveObjects(

const TMoveObjectSpecification *lpSpecification,

int PointCount,

const TMoveObjectPoint *lpPoints,

int *lpStatus

);

Parameters

lpSpecification (IN)

Points to a TMoveObjectSpecification structure specifying how to move the points.

PointCount (IN)

The number of points to move.

lpPoints (IN)

Points to an array of points to be moved. The array must contain PointCount points.

lpStatus (OUT)

Points to a variable in which the status result for the function call will be returned.

See also

TMoveObjectPoint, TMoveObjectSpecification.