Click or drag to resize
SoQuadAreaLightorientation Property

Principal orientation of illumination (normal vector of the area), defined as a OIV.Inventor.Fields.SoSFRotation object.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntax
public SoSFRotation orientation { get; }

Property Value

Type: SoSFRotation
Remarks

The actual direction of illumination is the vector obtained after applying this rotation to its default (0, 0, -1) vector.

See OIV.Inventor.Fields.SoSFRotation and OIV.Inventor.SbRotation for more details.

See Also