API Reference > Namespaces > OdDbAcisIO Namespace > Functions > OdDbAcisIO::writeAcisData Function
OdDbAcisIO::writeAcisData Function
Syntax
C++
DBENT_EXPORT bool writeAcisData(OdDbDwgFiler* pFiler, OdModelerGeometry* pAcisData, bool bStandardSaveFlag = true, bool bEnableAcisAudit = false, bool bCheckForBody = true);

DbAcisIO.h

flag bCheckForBody in writeAcisData if disabled - disables checking if body present or not. If no body - sat is empty. But in case of edges cache this is not valid situation because there is not body. So this flag should be set in false.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.