Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbPathRef::getEntityArray Method
Syntax
C++
OdResult getEntityArray(OdArray<OdDbEntity*>& entities, bool concatenate) const;

Returns an array of entities created from the edge references in the path. If the second argument is True, it tries to concatenate them. 

 

Parameters
Description
entities
[out] array of OdDbEntities created from the individual OdDbEdgeRefs in the path.
concatenate
[out] If concatenate is true, it tries to concatenate them.

eOk if array of OdDbEntities created

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