Synopsis

PDX_MSGT gdx_ComponentRemoveScale(long option, MDA_PTR gdxComponentPtr)

Purpose

Remove scaling from instance matrices

Description

If there is instance scaling in the specified gdxComponentPtr, the scaling will be applied to the child components and removed from the instance. This function will be recursively called for gdx components that have instances. A check is made to make sure the child component is not referenced by other parents. If the child component is referenced by other parents, nothing will be done at this time. Future enhancements may be made to support this.

Input

option

Options (not used)

gdxComponentPtr

GDX_COMPONENT to removed instance scaling

Return

GDX_NOERR or error