public IList<Coordinate3D> Normals {get; set;}
Public Property Normals As IList(Of Coordinate3D)
public IList<Coordinate3D> Normals {get; set;}
Public Property Normals As IList(Of Coordinate3D)
The getter returns the IList of normals by reference. A change to the returned list changes the patch normals list. The setter copies the input to an internal container. If the input is null, then the list of normals for this patch is set to null.
Target Platforms: Windows 11, Windows 10