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

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< Vec3points
 consecutive samples; a closed rim does not repeat the first point
 

Detailed Description

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.

Member Data Documentation

◆ closed

bool o2::cad::surface::SurfaceRim::closed = false

the polyline returns to its own first point

Definition at line 2375 of file BoundedSurface.h.

◆ points

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.

◆ surfaceIndex

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.


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