#include "LtCon.h"
L_LTCON_API L_INT L_ContainerGetScalar(pContainer, pvptScalarNum, pvptScalarDen )
pCONTAINERHANDLE pContainer; |
pointer to a container handle |
pVECTORPOINT pvptScalarNum; |
pointer to a structure |
pVECTORPOINT pvptScalarDen; |
pointer to a structure |
Gets the current container coordinates scaling values.
Parameter |
Description |
pContainer |
Pointer to a container handle. |
pvptScalarNum |
Pointer to VECTORPOINT structure to be updated with the numerator of the scaling factors for the x, y and z directions. |
pvptScalarDen |
Pointer to VECTORPOINT structure to be updated with the denominator of the scaling factors for the x, y and z directions. |
SUCCESS |
The function was successful. |
< 1 |
An error occurred. Refer to Return Codes. |
Required DLLs and Libraries
LTCON For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |