Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdModelerGeometry::copySubEntity Method
Syntax
C++
virtual OdResult copySubEntity(const OdDbSubentId & subentId, OdDbEntityPtr & newEntity) const = 0;

Creates a copy of a specified subentity of this entity. 

 

Parameters
Description
subentId
[in] ID of the subendity to be copied.
newEntity
[out] Reference to the created copy of the subentity.

eOk if successful or an appropriate error code in the other case.

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