|
Mesh3Normals Property
|
Gets the faces normals.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic IReadOnlyList<Vector3> Normals { get; }
Public ReadOnly Property Normals As IReadOnlyList(Of Vector3)
Get
public:
virtual property IReadOnlyList<Vector3>^ Normals {
IReadOnlyList<Vector3>^ get () sealed;
}
abstract Normals : IReadOnlyList<Vector3> with get
override Normals : IReadOnlyList<Vector3> with get
Property Value
Type:
IReadOnlyListVector3Implements
IReadonlyMeshNormals
See Also