hexed 0.4.0
 
Loading...
Searching...
No Matches
hexed::brep::Trimming_curve Struct Reference

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.
 

Detailed Description

Represents a curve that is trimming a Trimmed_surface.

Member Data Documentation

◆ parameters

Array<double> hexed::brep::Trimming_curve::parameters

The surface parameter values of the tree curve nodes.

layout: [i_node][i_dim];

◆ tangents

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];


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