Click or drag to resize
SoGlobalSimplifyActionAddShapeHintsNode Method

Sets whether a shape hints node is added.

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

Parameters

a
Type: SystemBoolean
Remarks

If true, a shapeHints node is added to force smooth normals if they were not generated, and to turn on two-sided lighting. Default is false.

See Also