| Revit 2019.2 API |
| PolymeshTopology..::..DistributionOfNormals Property |
| PolymeshTopology Class See Also |
Indicates the distribution of normal vectors along the tessellated polymesh surface.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since:
2014
Syntax
| C# |
|---|
public DistributionOfNormals DistributionOfNormals { get; } |
| Visual Basic |
|---|
Public ReadOnly Property DistributionOfNormals As DistributionOfNormals Get |
| Visual C++ |
|---|
public: property DistributionOfNormals DistributionOfNormals { DistributionOfNormals get (); } |