Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDbBaseBlockRefPE::isGeneric Method
Syntax
C++
virtual bool isGeneric(const OdRxObject * pBlockRef) const = 0;

Returns whether a specified block reference is generic. 

 

Parameters
Description
pBlockRef
[in] A pointer to a block reference.

Returns true if the block reference is a generic one, otherwise returns false.

Gs system will not process a drawable as a block reference if this method returns false. Therefore the method can be used to filter out incompatible entities inherited from the OdDbBaseBlockRef class.

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