Project
Loading...
Searching...
No Matches
o2::cad::surface::BoundedSurface::BoundaryEdgeRef Struct Reference

#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.
 

Detailed Description

Definition at line 2488 of file BoundedSurface.h.

Member Data Documentation

◆ anchored

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.

◆ degenerate

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.

◆ edgeId

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.

◆ reversed

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.


The documentation for this struct was generated from the following file: