![]() |
Project
|
#include <BoundedSurface.h>
Public Attributes | |
| uint32_t | edgeId = 0 |
| index into the model's edge table; identity, not a coordinate | |
| bool | reversed = false |
| this face runs against the edge's own direction | |
| bool | degenerate = false |
| bool | anchored = false |
| Whether trim curve i exists to sample for edge i; false for a parametric-rectangle trim. | |
Definition at line 2488 of file BoundedSurface.h.
| bool o2::cad::surface::BoundedSurface::BoundaryEdgeRef::anchored = false |
Whether trim curve i exists to sample for edge i; false for a parametric-rectangle trim.
Definition at line 2493 of file BoundedSurface.h.
| bool o2::cad::surface::BoundedSurface::BoundaryEdgeRef::degenerate = false |
a cone apex / sphere pole: one point, no length, no partner
Definition at line 2491 of file BoundedSurface.h.
| uint32_t o2::cad::surface::BoundedSurface::BoundaryEdgeRef::edgeId = 0 |
index into the model's edge table; identity, not a coordinate
Definition at line 2489 of file BoundedSurface.h.
| bool o2::cad::surface::BoundedSurface::BoundaryEdgeRef::reversed = false |
this face runs against the edge's own direction
Definition at line 2490 of file BoundedSurface.h.