SoGlobalSimplifyActionAreNormalGenerated Method |
Gets the normal generation flag.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool AreNormalGenerated()
Public Function AreNormalGenerated As Boolean
public:
bool AreNormalGenerated()
member AreNormalGenerated : unit -> bool
Return Value
Type:
BooleanRemarks If true, per-vertex normals are calculated while simplifying.
See Also