![]() |
Project
|
One trim loop of one face as an ordered 3D polyline, compared with other faces' rims as a curve. More...
#include <BoundedSurface.h>
Public Attributes | |
| int | surfaceIndex = -1 |
| index of the owning face in the solid's surface list | |
| bool | closed = false |
| the polyline returns to its own first point | |
| std::vector< Vec3 > | points |
| consecutive samples; a closed rim does not repeat the first point | |
One trim loop of one face as an ordered 3D polyline, compared with other faces' rims as a curve.
Definition at line 2373 of file BoundedSurface.h.
| bool o2::cad::surface::SurfaceRim::closed = false |
the polyline returns to its own first point
Definition at line 2375 of file BoundedSurface.h.
| std::vector<Vec3> o2::cad::surface::SurfaceRim::points |
consecutive samples; a closed rim does not repeat the first point
Definition at line 2376 of file BoundedSurface.h.
| int o2::cad::surface::SurfaceRim::surfaceIndex = -1 |
index of the owning face in the solid's surface list
Definition at line 2374 of file BoundedSurface.h.