QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
ON_Cylinder Class Reference

#include <opennurbs_cylinder.h>

Public Member Functions

const ON_3dVectorAxis () const
 
const ON_3dPointCenter () const
 
ON_Circle CircleAt (double) const
 
ON_3dPoint ClosestPointTo (ON_3dPoint) const
 
bool ClosestPointTo (ON_3dPoint, double *, double *) const
 
bool Create (const ON_Circle &)
 
bool Create (const ON_Circle &, double)
 
int GetNurbForm (ON_NurbsSurface &) const
 
double Height () const
 
bool IsFinite () const
 
bool IsValid () const
 
ON_Line LineAt (double) const
 
ON_3dPoint NormalAt (double, double) const
 
 ON_Cylinder ()
 
 ON_Cylinder (const ON_Circle &)
 
 ON_Cylinder (const ON_Circle &, double)
 
ON_3dPoint PointAt (double, double) const
 
ON_RevSurfaceRevSurfaceForm (ON_RevSurface *srf=NULL) const
 
bool Rotate (double, const ON_3dVector &)
 
bool Rotate (double, const ON_3dVector &, const ON_3dPoint &)
 
bool Rotate (double, double, const ON_3dVector &)
 
bool Rotate (double, double, const ON_3dVector &, const ON_3dPoint &)
 
bool Translate (const ON_3dVector &)
 
 ~ON_Cylinder ()
 

Public Attributes

ON_Circle circle
 
double height [2]
 

Constructor & Destructor Documentation

◆ ON_Cylinder() [1/3]

ON_Cylinder::ON_Cylinder ( )

◆ ON_Cylinder() [2/3]

ON_Cylinder::ON_Cylinder ( const ON_Circle & c)

◆ ON_Cylinder() [3/3]

ON_Cylinder::ON_Cylinder ( const ON_Circle & c,
double h )

◆ ~ON_Cylinder()

ON_Cylinder::~ON_Cylinder ( )

Member Function Documentation

◆ Axis()

const ON_3dVector & ON_Cylinder::Axis ( ) const

◆ Center()

const ON_3dPoint & ON_Cylinder::Center ( ) const

◆ CircleAt()

ON_Circle ON_Cylinder::CircleAt ( double t) const

◆ ClosestPointTo() [1/2]

ON_3dPoint ON_Cylinder::ClosestPointTo ( ON_3dPoint point) const

◆ ClosestPointTo() [2/2]

bool ON_Cylinder::ClosestPointTo ( ON_3dPoint point,
double * s,
double * t ) const

◆ Create() [1/2]

bool ON_Cylinder::Create ( const ON_Circle & c)

◆ Create() [2/2]

bool ON_Cylinder::Create ( const ON_Circle & c,
double h )

◆ GetNurbForm()

int ON_Cylinder::GetNurbForm ( ON_NurbsSurface & s) const

◆ Height()

double ON_Cylinder::Height ( ) const

◆ IsFinite()

bool ON_Cylinder::IsFinite ( ) const

◆ IsValid()

bool ON_Cylinder::IsValid ( ) const

◆ LineAt()

ON_Line ON_Cylinder::LineAt ( double s) const

◆ NormalAt()

ON_3dPoint ON_Cylinder::NormalAt ( double s,
double t ) const

◆ PointAt()

ON_3dPoint ON_Cylinder::PointAt ( double s,
double t ) const

◆ RevSurfaceForm()

ON_RevSurface * ON_Cylinder::RevSurfaceForm ( ON_RevSurface * srf = NULL) const

◆ Rotate() [1/4]

bool ON_Cylinder::Rotate ( double angle,
const ON_3dVector & axis )

◆ Rotate() [2/4]

bool ON_Cylinder::Rotate ( double angle,
const ON_3dVector & axis,
const ON_3dPoint & point )

◆ Rotate() [3/4]

bool ON_Cylinder::Rotate ( double sin_angle,
double cos_angle,
const ON_3dVector & axis )

◆ Rotate() [4/4]

bool ON_Cylinder::Rotate ( double sin_angle,
double cos_angle,
const ON_3dVector & axis,
const ON_3dPoint & point )

◆ Translate()

bool ON_Cylinder::Translate ( const ON_3dVector & delta)

Member Data Documentation

◆ circle

ON_Circle ON_Cylinder::circle

◆ height

double ON_Cylinder::height[2]

The documentation for this class was generated from the following files: