Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: IEnumerable<VertexInfo[]> DoubleSidedFlatNormals(this Pt[])

  • Declared in: RT.Modeling.Md

Declaration

public static IEnumerable<VertexInfo[]> DoubleSidedFlatNormals(
    this Pt[] polygon
)

Summary

Converts a polygon to a double-sided 3D shape with normal vectors perpendicular to the polygon (making the polygon appear flat).

Parameters

this Pt[]polygon The polygon to convert.

Returns

A collection of faces with normal vectors.