Rhino C++ API  8.11
Public Attributes | List of all members
CRhinoBrepEdgeFilletDistance Struct Reference

#include <rhinoSdkUtilities.h>

Public Attributes

double distance
 the distance to apply More...
 
double t
 the curve parameter on which to apply the distance More...
 

Detailed Description

Description: The data in this struct is used for variable radius fillet edge. The parameter t gives the position of a variable radius, and the parameter distance gives the value of the radius.

Member Data Documentation

◆ distance

double CRhinoBrepEdgeFilletDistance::distance

the distance to apply

◆ t

double CRhinoBrepEdgeFilletDistance::t

the curve parameter on which to apply the distance