Copies the specified edge as a separate entity (instance of the OdDbLine, OdDbCircle, OdDbArc, OdDbEllipse, OdDbSpline class).
Parameters
Parameters
Description
subentId
[in] Edge's subentity ID in the solid.
newEntity
[in] Reference to a new entity for the specified edge.
Returns
eOk if successful or an appropriate error code in other case.
Remarks
The properties of the resulting entity (color, layer, line type, lineweight) are inherited from the corresponding current document. The calling application is responsible for the memory allocated for the resulting entity. If the resulting entity is not appended to a database, it can cause a memory leak (if it is not deleted when it isn't needed anymore). This method is implemented only for Spatial modeler and returns the eNotImplementedYet status for other modelers.