Neuroglancer
neuroglancer.DimensionScale.__new__
Initializing search
    neuroglancer
    • User Guide
    • Concepts
    • Data sources
    • JSON API
    • Python API
    neuroglancer
      • Navigation
      • Coordinate spaces
      • Data view
      • Layer
    • Data sources
      • API Reference
      • API Reference
        • Core
        • Viewer state
          • CSidePanelLocation
          • CToolPalette
          • CSelectedLayerState
          • CStatisticsDisplayState
          • CLayerSidePanelState
          • CLayerListPanelState
          • CHelpPanelState
          • CDimensionPlaybackVelocity
          • CCoordinateSpaceTransform
          • CLayerDataSubsource
          • CLayerDataSource
          • CLayerDataSources
          • CInvlerpParameters
          • CTransferFunctionParameters
          • CSkeletonRenderingOptions
          • CStarredSegments
          • CVisibleSegments
          • CPointAnnotation
          • CLineAnnotation
          • CAxisAlignedBoundingBoxAnnotation
          • CEllipsoidAnnotation
          • CAnnotationPropertySpec
          • CLayers
          • CLinkedType
          • CLinkedPosition
          • CLinkedZoomFactor
          • CLinkedDepthRange
          • CLinkedOrientationState
          • CCrossSection
          • CCrossSectionMap
          • CDataPanelLayout
          • CStackLayout
          • Frow_layout
          • Fcolumn_layout
          • CLayerGroupViewer
          • CViewerState
          • CAnnotation
          • Segment sets
          • URL representation
          • Coordinate space
            • CCoordinateArray
            • CCoordinateSpace
            • CDimensionScale
              • Public members
                • M__new__
                • M__repr__
                • M__getnewargs__
                • Ascale
                • Aunit
                • Acoordinate_array
                • Mfrom_json
          • Layers
          • Tools
        • Viewer Config state
        • Exposing local data as data source
        • Credentials
        • Capturing Screenshots
        • Server
        • Utilities
    static neuroglancer.DimensionScale(
        
    _cls,
        
    scale: float = 1,
        
    unit: str = "",
        
    coordinate_array: CoordinateArray | None = None,)

    Create new instance of DimensionScale(scale, unit, coordinate_array)

    Back to top
    Previous neuroglancer.DimensionScale
    Next neuroglancer.DimensionScale.__repr__
    © Copyright 2021 The Neuroglancer Authors.
    Created using Sphinx 8.1.3. and Sphinx-Immaterial