2021 Enumeration
Changes 0
E

DistributionOfNormals

Description:
An enumeration containing the choices of how normal vectors are assigned and distributed along the surface of a polymesh.
public enum DistributionOfNormals
Name Description
E AtEachPoint One normal vector is assigned to each vertex of the polymesh.
E OnePerFace There is only one common normal vector assigned to the face/polymesh.
E OnEachFacet There is one normal vector per each facet of the polymesh.