| SoGlobalSimplifyActionAddShapeHintsNode Method  | 
Sets whether a shape hints node is added. 
 
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void AddShapeHintsNode(
	bool a
)
Public Sub AddShapeHintsNode ( 
	a As Boolean
)
public:
void AddShapeHintsNode(
	bool a
)
member AddShapeHintsNode : 
        a : bool -> unit 
Parameters
- a
 - Type: SystemBoolean
 
RemarksIf 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