TextEntity disappear

Hello
TextEntity is visible when i add a plane to the canvas ,but it disappeared if i remove the plane even i set it to P = rs.WorldXYPlane() or rh.Geometry.Plane.WorldXY
What is the problem?

It’s getting clipped probably. You also need to override the clipping method and return the bounding box of the entity.

1 Like

Thank you , i will check and try this

This solve the problem , o already used it long time ago but i forgot :slight_smile: