API Reference > Classes > Essential_Classes > OdBmFilledRegion Class > OdBmFilledRegion Methods > OdBmFilledRegion::set Method
OdBmFilledRegion::set Method
Syntax
C++
OdResult set(const OdArray<OdBmCurveLoopPtr>& aCurveLoops, const OdBmObjectId typeId, const OdBmObjectId viewId);
Parameters 
Description 
const OdArray<OdBmCurveLoopPtr>& aCurveLoops 
[in] Input array of curves.  
const OdBmObjectId typeId 
[in] Input type id.  
const OdBmObjectId viewId 
[in] Input view id.
 

Returns eOk if successful or an appropriate error code in the other case.

Sets CurveLoops, typeId and viewId for FilledRegion.

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.