DisplayPipelinePushDepthWriting Method |
Push a DepthWriting flag on the engine's stack.
Namespace:
Rhino.Display
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic void PushDepthWriting(
bool enable
)
Public Sub PushDepthWriting (
enable As Boolean
)
Parameters
- enable
- Type: SystemBoolean
DepthWriting flag.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also