Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdIfcInstance::asMatrix3d Method
Syntax
C++
static const OdGeMatrix3d* asMatrix3d(const OdIfcInstance * inst);

Returns the result of the instance resolution represented as a three-dimensional vector.

Parameters
Description
inst
[in] A smart pointer to an instance to be resolved.

A raw pointer to an instance of the OdGeMatrix3d class.

The method returns a valid raw pointer to the OdMatrix3d object if the resolution result is equal to kResMatrix3d; otherwise, the method returns a NULL pointer.

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