Click or drag to resize
SoInstanceParameterdivisor Property

This field modifies the rate at which values advance during multiple instance rendering.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoSFUInt32 divisor { get; }

Property Value

Type: SoSFUInt32
Remarks

Divisor must be non-zero and the attribute advances once per divisor instances of the set(s) of vertices being rendered. Default is 1 (1 parameter per instance).

See Also