SoSimplifyActionSetRenderCulling Method |
Sets render culling flag.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void SetRenderCulling(
bool r
)
Public Sub SetRenderCulling (
r As Boolean
)
public:
void SetRenderCulling(
bool r
)
member SetRenderCulling :
r : bool -> unit
Parameters
- r
- Type: SystemBoolean
Remarks If true, the "renderCulling" field will be set to ON for the Separators that hold each simplified level.
See Also