Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

Kent1Cooper
en respuesta a: as41892

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.

Kent Cooper, AIA