API Reference > OdDb Classes > OdDbPlaneSurface Class > OdDbPlaneSurface Methods > OdDbPlaneSurface::createFromRegion Method
OdDbPlaneSurface::createFromRegion Method
Syntax
C++
virtual OdResult createFromRegion(OdDbRegion * pRegion);
Parameters 
Description 
OdDbRegion * pRegion 
[in] A pointer to a specified region that the plane surface must be created from.
 

Returns eOk if the plane surface was successfully created or an appropriate error otherwise.

Creates the plane surface from a specified region. 

 

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