Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
OdIfcProduct::subSetAttributes Method
Syntax
C++
OdUInt32 subSetAttributes(OdGiDrawableTraits * traits) const;

Sets the values of the object's subentity traits, and returns the object's subentity traits to the calling subroutine.

Parameters
Description
traits
[in] A raw pointer to the OdGiDrawableTraits object to be set.

A set of flags represented with an unsigned 32-bit integer value.

When re-implementing this method, use the "or" bit operation (|) for the return value of the parent class' subSetAttributes() method and any flags you have added.

OdGiDrawableTraits class documentation.

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