An enumeration containing the choices of how normal vectors are assigned
and distributed along the surface of a polymesh. Planar faces would typically
have only normal vector associated, but curved faces can have a different
normal either for each facet (triangle) or each point of the tessellated polymesh.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Since:
2014
Since:
2014
Syntax
C# |
---|
public enum DistributionOfNormals |
Visual Basic |
---|
Public Enumeration DistributionOfNormals |
Visual C++ |
---|
public enum class DistributionOfNormals |
Members
See Also