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: 10.12.3.0 (10.12.3.0)
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