SoGLRenderActionSetPassUpdate Method |
Sets a flag indicating whether intermediate results are displayed after each antialiasing pass for progressive improvement (default is false).
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetPassUpdate(
bool flag
)
Public Sub SetPassUpdate (
flag As Boolean
)
public:
void SetPassUpdate(
bool flag
)
member SetPassUpdate :
flag : bool -> unit
Parameters
- flag
- Type: SystemBoolean
Remarks See Also