Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdModelerTools::createHatchFromModelerGeometry Method
Syntax
C++
virtual OdResult createHatchFromModelerGeometry(const OdDbEntity& geom, OdDbEntityPtrArray& aHatch) = 0;

Creates OdDbHatch entities from OdDbRegion or OdDbSurface (planar). 

 

Parameters
Description
geom
[in] The source entities.
aHatch
[out] Receives a result hateches.

eOk if successful, or an appropriate error code if not.

The newly created *hatches* are non- *database* -resident. It is up to the caller to either add them to an OdDbDatabase or to delete them.

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