Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
Model::getEntityExtent Method (const char *)
Syntax
C++
const OdDAIObjectIdSet* getEntityExtent(const char * entityName) const;

Retrieves the collection of entities with the same type (entity's extent) as the entity with a specified name. The entity collection is represented with an array of OdDAI objects identifiers.

Parameters
Description
entityName
[in] An entity's name.

A raw pointer to the array of identifiers of OdDAI objects that represent the extent collection.

The method returns identifiers of all entities for which the isKindOf() method returns the same value as for the specified entity.

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