API Reference > imodeljs-common > DisplayStyles > RenderSchedule > RenderSchedule.CuttingPlaneEntry RenderSchedule.CuttingPlaneEntry Class A timeline entry that applies a ClipPlane to the affected geometry. Extends RenderSchedule.TimelineEntry Methods Name Description constructor(props: RenderSchedule.CuttingPlaneEntryProps): RenderSchedule.CuttingPlaneEntry toJSON(): RenderSchedule.CuttingPlaneEntryProps Properties Name Type Description value Readonly undefined | RenderSchedule.CuttingPlane The definition of the ClipPlane, or undefined if this entry applies no clipping. Inherited properties Name Type Inherited from Description interpolation Readonly RenderSchedule.Interpolation RenderSchedule.TimelineEntry How to interpolate from this entry to the next entry in the timeline. time Readonly number RenderSchedule.TimelineEntry The time point in seconds in the Unix Epoch. Defined in core/common/src/RenderSchedule.ts Line 323 Last Updated: 11 June, 2024