| Revit 2020.1 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: 20.0.0.0 (20.1.1.1)
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 (); } |