API Reference > Classes > Geometry Classes > OdBmGCylindricalHelix Class
OdBmGCylindricalHelix Class
Syntax
C++
class OdBmGCylindricalHelix : public OdBmGCurve;

BmGCylindricalHelix.h

This class stores cylindrical helix data.

Returns the base point of the cylindrical helix as an object of the OdGePoint3d class. 
Returns the pitch of the cylindrical helix as a double value. 
Returns the radius of the cylindrical helix as a double value. 
Returns the X-Vector of the cylindrical helix as an object of the OdGeVector3d class. 
Returns the Y-Vector of the cylindrical helix as an object of the OdGeVector3d class. 
Returns the Z-Vector of the cylindrical helix as an object of the OdGeVector3d class. 
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.