API Reference > Classes > Geometry Classes > OdBmGeometryOptions Class
OdBmGeometryOptions Class
Syntax
C++
class OdBmGeometryOptions;

BmGeometryOption.h

User preferences for parsing of geometry. 

remarks This class determines the output of the Element::getGeometry method. 

 

Creates a default GeometryOptions object.
remarks Defaults to medium detail, no references and no view. 
Copy constructor. 
Checks whether or not references to geometric objects are computed. 
Returns the view used for geometry extraction. 
The detail level for the geometry extracted with these options. 
Checks whether to extract element geometry objects not set as Visible. The default value is false. 
Determines whether or not references to geometric objects are computed.
 
Sets the view used for geometry extraction.
 
Sets the detail level for the geometry extracted with these options. 
Determines whether to extract element geometry objects not set as Visible.
 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.