- Marcar como nuevo
- Favorito
- Suscribir
- Silenciar
- Suscribirse a un feed RSS
- Resaltar
- Imprimir
- Denunciar
The reason @Valentin-WSP suggested what they did is that fill does not show in Solids [or Polylines with non-zero width] when they are not viewed from straight overhead. [I confess that am puzzled by the fact that the fill shows in the arrowheads of the Dimensions that have not been Exploded.]
The VIEWDIR System Variable holds the "camera" location for your view direction relative to the origin in the current Coordinate System. Your drawing is in the World Coordinate System [indicated by the little square at the origin of the UCS icon], but the view direction is not straight down -- it has the X,Y,Z values:
VIEWDIR = 0.0000,-0.8242,47.2172
but for straight-overhead view it should be:
VIEWDIR = 0.0000,0.0000,1.0000
and will be after the suggested PLAN command in the World Coordinate System.