CODModel::ScaleComponents

void CODModel::ScaleComponents(CODComponentSet* pCompSet, float fScaleX, float fScaleY, OD_CONTROL_POINT nControlPoint)

Scale components in relation to a control point.

Defined in: OdModel.cpp

Return Value

void

Parameters

pCompSet

The list of components to scale.

fScaleX

The horizontal scaling factor.

fScaleY

The vertical scaling factor.

nControlPoint

The control point to use as the refernce for the scaling.

Comments

The control point is calculated for each individual component.