Click or drag to resize
GraphicComponentClipPlane Property
Gets or sets a ClipPlane that will hide all geometry in the negative z space of its transform.

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public ClipPlane ClipPlane { get; set; }

Property Value

Type: ClipPlane
Remarks
Setting a clip plane on a GraphicComponent will override the global clip plane defined on a GraphicControl.
Version Information

Supported in: 1.0.0.0
See Also