API Reference > Classes > GeometryUtils Classes > OdBmCylSurf Class
OdBmCylSurf Class
Syntax
C++
class OdBmCylSurf : public OdBmSurface;

BmCylSurf.h

A class that implements the functionality of a cylinder surface management. 

 

Retrieves the surface center.
 
Converts the cylinder surface object to an OdGeSurface object.
 
Retrieves the radius of the cylinder surface.
 
Retrieves the surface X-axis vector.
 
Retrieves the surface Y-axis vector.
 
Retrieves the surface Z-axis vector.
 
set 
Sets the cylinder surface parameters using an OdGeCylinder object.
 
Sets a new center for the cylinder surface.
 
Sets a new cylinder radius value for the surface.
 
Sets a new X-axis vector for the cylinder surface.
 
Sets a new Y-axis vector for the cylinder surface.
 
Sets a new Z-axis vector for the cylinder surface.
 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.