Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdIfcInstance::asCompound Method
Syntax
C++
static OdIfcCompoundPtr asCompound(OdSmartPtr<OdIfcInstance> inst);

Returns the result of the instance resolution represented as a compound object.

Parameters
Description
inst
[in] A smart pointer to an instance to get the compound object from.

A smart pointer to a compound object.

The method returns a valid smart pointer to the compound object if the resolution result is equal to kResCompound; otherwise, the method returns a NULL pointer.

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