Share

AcDbViewport::AcDbViewport

C++

AcDbViewport();

Description

Default constructor. Initializes:

  • View center point to (0,0,0)
  • Viewport width and height to 0.0
  • Viewport center point to (0,0,0)
  • viewTarget to (0,0,0)
  • viewDirection to (0,0,1)
  • viewHeight and viewCenter to arbitrary values
  • twistAngle to 0.0
  • lensLength to 50.0
  • Front and back clipping off
  • Front clip at eye
  • Front and back clip distances to 0.0
  • Perspective off
  • UcsFollowMode off
  • UcsIconVisible on
  • UcsIconAtOrigin off
  • Fast Zooms on
  • Circle zoom percent (that is, circleSides() return value) to 100
  • Snap off
  • Standard snap mode (not isometric)
  • Snap angle to 0.0
  • Snap base point to (0,0)
  • Snap increment to (1,1)
  • snapIsoPair to 0
  • Grid off grid increment to (0,0)
  • Hidden line removal off

Links

AcDbViewport

Was this information helpful?