Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
PSDQTO::getApplicable Method (const char*, OdDAIObjectIds&)
Syntax
C++
bool getApplicable(const char* applicableClassName, OdDAIObjectIds& ids) const;

Retrieves an array of OdDAIObjectIds for PSD/QTO definitions which are applicable to provided IFC instance name and predefined type (optional).

Parameters
Description
applicableClassName
[in] IFC entity name and predefined type (optional) to find applicable PSD/QTO definitions for.
ids
[in/out] Array to collect object identifiers for applicable PSD/QTO definition instances.

Returns true if at least one element has been added to the array, otherwise returns false.

The predefined type is placed after the entity name with a slash. Example: "IfcValve/MIXING".

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