Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: IEnumerable<VertexInfo[]> BevelFromCurve(IEnumerable<Pt>, double, double, int, Normal)

  • Declared in: RT.Modeling.Md

Declaration

public static IEnumerable<VertexInfo[]> BevelFromCurve(
    IEnumerable<Pt> points,
    double radiusOut,
    double radiusDown,
    int revSteps,
    Normal normal = Normal.Average
)

Summary

Generates an elliptical bevel from a 3D curve.

Parameters

IEnumerable<Pt>points The set of points to generate a bevel from.
doubleradiusOut One axis of the elliptical bevel, pointing outwardly away from the curve.
doubleradiusDown The other axis of the elliptical bevel, pointing perpendicularly down from the curve.
intrevSteps Number of steps of revolution. Higher numbers make the model look smoother but generate more data.
Normalnormal Specifies how to generate the normal vectors.

Returns

A collection of faces.