Namespace:
Autodesk.Revit.DB
DistributionOfNormals
Enumeration
Description:
An enumeration containing the choices of how normal vectors are assigned and distributed along the surface of a polymesh.
An enumeration containing the choices of how normal vectors are assigned and distributed along the surface of a polymesh.
Syntax
public enum DistributionOfNormals
Unknown Namespace Members:
| Name | Description |
|---|---|
| AtEachPoint | One normal vector is assigned to each vertex of the polymesh. |
| OnePerFace | There is only one common normal vector assigned to the face/polymesh. |
| OnEachFacet | There is one normal vector per each facet of the polymesh. |