Represents a curve that is trimming a Trimmed_surface.
More...
#include <brep.hpp>
Public Member Functions | |
| Trimming_curve (Array< double > nodes) | |
Initialize tree curve from nodes in physical space and initialize parameters and tangents to zero;. | |
Public Attributes | |
| Tree_curve | curve |
| The curve in physical space. | |
| Array< double > | parameters |
| The surface parameter values of the tree curve nodes. | |
| Array< double > | tangents |
| The surface tangent vectors at the midpoint of each segment. | |
Represents a curve that is trimming a Trimmed_surface.
| Array<double> hexed::brep::Trimming_curve::parameters |
The surface parameter values of the tree curve nodes.
layout: [i_node][i_dim];
| Array<double> hexed::brep::Trimming_curve::tangents |
The surface tangent vectors at the midpoint of each segment.
Vectors are normal to the curve, tangent to the surface, and point toward the interior of the surface. layout: [i_node][i_dim];