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