INormalAware Interface

Indicator interface that identifies geometries that can have persistent normal vectors values attached to coordinates.

Members

Name Description
Method DropNormals Unsets all normal values without changing awareness. Only works if geometry is aware of normals.
Read/write property NormalAware Indicates if this geometry is aware of normals.
Read-only property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.