Click or drag to resize
SoGlobalSimplifyActionGenerateNormals Method

Sets the normal generation flag.

Namespace: OIV.Inventor.Actions
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void GenerateNormals(
	bool g
)

Parameters

g
Type: SystemBoolean
Remarks

If true, per-vertex normals are calculated while simplifying. Default value is true.

See Also