Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

  • Declared in: RT.Modeling.Md

Declaration

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

Summary

Generates a circular bevel from a 3D curve.

Parameters

IEnumerable<Pt>points The set of points to generate a bevel from.
doubleradius The radius of the circular bevel.
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.