API Reference > Classes > Geometry Classes > OdBmGeometryOptions Class > OdBmGeometryOptions Methods > OdBmGeometryOptions::setDbView Method
OdBmGeometryOptions::setDbView Method
Syntax
C++
void setDbView(const OdBmDBViewPtr& view);
Parameters 
Description 
const OdBmDBViewPtr& view 
[in] The input view to be set. 

Sets the view used for geometry extraction. 

 

Exceptions 
Description 
eInvalidInput 
Thrown when setting this property with a null. 
eInvalidContext 
Thrown when setting this property, if DetailLevel is already set. When DetailLevel is set view-specific geometry can't be extracted. 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.