Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDgElement::getTransformedCopy Method
Syntax
C++
virtual OdResult getTransformedCopy(const OdGeMatrix3d& xfm, OdDgElementPtr& pCopy) const;

Creates a copy of this element, and applies the supplied transformation to the newly created copy. 

 

Parameters
Description
xfm
[in] 3D transformation matrix.
pCopy
[out] Receives a SmartPointer to the newly created copy.

Returns eOk if successful, or an appropriate error code if not.

Copyright © 2002-2022. Open Design Alliance All rights reserved.