enum NormalsKind in module com::sun::star::drawing::

(Global Index)

Syntax

enum NormalsKind;

Description

specifies in which way the standard normals for an object are produced.

Values Summary

SPECIFIC does not produce standard normals, but leaves the object-specific ones untouched.

FLAT forces one normal per flat part.

SPHERE forces normals to think that the object is a sphere.

Values Details



SPECIFIC

Syntax

SPECIFIC,

Description

does not produce standard normals, but leaves the object-specific ones untouched.


FLAT

Syntax

FLAT,

Description

forces one normal per flat part.


SPHERE

Syntax

SPHERE,

Description

forces normals to think that the object is a sphere.

Top of Page