DBcopyTransformObject

Top  Previous  Next

If an object copies in another plan.

With DBcopyTransformObject an object from a plan becomes in another plan umkopiert. Besides, transformations can be carried out. Besides, becomes every element from the object with the function DBcopyTransformElement umkopiert.

Parametre

obj (POBJECT) [IN]

Act on the umzukopierende object

flat (PPLANS) [IN]

The new aim plan.

matrix (DMATRIX *) [IN]

Matrix for co-ordinate conversions.

transformTextscale (int) [IN]

Skalierung for texts.

Result

(POBJECT) [OUT]

If the object could be put on, the trading becomes on it zurückgeliefert, otherwise ZERO.

Declaration

#include "database.h"

 

POBJECT DLLENTRY DBcopyTransformObject (

POBJECT obj,

PPLANS flat,

DMATRIX * matrix,

int transformTextscale

);

Related functions

DBcopyTransformElement