Type Alias Viewer3DDisplay

Viewer3DDisplay: {
    axesAtOrigin: boolean;
    axesVisible: boolean;
    blackEdges: boolean;
    grid: Viewer3DGrid;
    transparent: boolean;
    wireframe: boolean;
}

Type declaration

  • axesAtOrigin: boolean

    If true, axes are positioned at world origin (0,0,0); if false, at object center

  • axesVisible: boolean

    Whether to show the XYZ axes indicator

  • blackEdges: boolean
  • grid: Viewer3DGrid
  • transparent: boolean
  • wireframe: boolean