Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
sdaiGetEntityExtent Function
Syntax
C++
DAI_EXPORT SdaiSet sdaiGetEntityExtent(SdaiModel model, SdaiEntity entity);

Retrieves a collection of entity instances that are subtypes of entity type described by entity definition.

Parameters
Description
model
[in] The model to get entities collection from.
entity
[in] The entity definition to find entity instances.

A set of entity instances of the type which is derived from the entity.

SdaiEntity entPropertySingleValue = sdaiGetEntity(model, "IfcPropertySingleValue"); SdaiSet propertySingleValues = sdaiGetEntityExtent(model, entPropertySingleValue); SdaiInteger cnt = sdaiGetMemberCount(propertySingleValues);

File: sdai.h

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