This .NET method wraps the ObjectARX method AcDbTransformOverrule::getTransformedCopy().
Public virtual Function GetTransformedCopy( entity As Entity, transform As Matrix3d ) As Entity
public virtual Entity GetTransformedCopy( Entity entity, Matrix3d transform );
Comments? |