SurfaceTriangulatorResultNormals Property |
Gets the normals of the mesh. Every position in
Positions has
corresponding normal. Normals are commonly used for lighting.
Namespace:
AGI.Foundation.Geometry.Discrete
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override Collection<Cartesian> Normals { get; }
Public Overrides ReadOnly Property Normals As Collection(Of Cartesian)
Get
public:
virtual property Collection<Cartesian>^ Normals {
Collection<Cartesian>^ get () override;
}
abstract Normals : Collection<Cartesian> with get
override Normals : Collection<Cartesian> with get
Property Value
Type:
CollectionCartesianSee Also