Indicator interface that identifies geometries that can have persistent normal vectors values attached to coordinates.
Members
Name | Description | |
---|---|---|
DropNormals | Unsets all normal values without changing awareness. Only works if geometry is aware of normals. | |
NormalAware | Indicates if this geometry is aware of normals. | |
NormalSimple | Indicates if all normal values for this geometry are well-defined. Only works if geometry is aware of normals. |
INormalAware.DropNormals Method
Unsets all normal values without changing awareness. Only works if geometry is aware of normals.
Public Sub DropNormals ( _
)
public void DropNormals (
);
INormalAware.NormalAware Property
Indicates if this geometry is aware of normals.
Public Property NormalAware As Boolean
public bool NormalAware {get; set;}
INormalAware.NormalSimple Property
Indicates if all normal values for this geometry are well-defined. Only works if geometry is aware of normals.
Public ReadOnly Property NormalSimple As Boolean
public bool NormalSimple {get;}
Classes that implement INormalAware
Classes | Description |
---|