|
Open CASCADE Technology 7.8.0
|
Describes a 2d circle with a size of only 3 Standard_Real numbers instead of gp who needs 7 Standard_Real numbers. More...
#include <BRepMesh_Circle.hxx>
Public Member Functions | |
| BRepMesh_Circle () | |
| Default constructor. | |
| BRepMesh_Circle (const gp_XY &theLocation, const Standard_Real theRadius) | |
| Constructor. | |
| void | SetLocation (const gp_XY &theLocation) |
| Sets location of a circle. | |
| void | SetRadius (const Standard_Real theRadius) |
| Sets radius of a circle. | |
| const gp_XY & | Location () const |
| Returns location of a circle. | |
| const Standard_Real & | Radius () const |
| Returns radius of a circle. | |
Describes a 2d circle with a size of only 3 Standard_Real numbers instead of gp who needs 7 Standard_Real numbers.
|
inline |
Default constructor.
|
inline |
Constructor.
| theLocation | location of a circle. |
| theRadius | radius of a circle. |
|
inline |
Returns radius of a circle.
Sets location of a circle.
| theLocation | location of a circle. |
|
inline |
Sets radius of a circle.
| theRadius | radius of a circle. |