You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
added ScaleRepresentation to ScaleBars which allows to render coordaniate frames instead of classic scalbars (renamed ScaleBar to ScaleVisualization to reflect his additional visualization behavior), Outline rendering: optional parameter for thickness
static memberversion_=((fun(self: ScaleBar)-> self.version),(fun(value: Microsoft.FSharp.Core.int)(self: ScaleBar)->{ self with version = value }))
112
-
static memberguid_=((fun(self: ScaleBar)-> self.guid),(fun(value: System.Guid)(self: ScaleBar)->{ self with guid = value }))
113
-
static membername_=((fun(self: ScaleBar)-> self.name),(fun(value: Microsoft.FSharp.Core.string)(self: ScaleBar)->{ self with name = value }))
114
-
static membertext_=((fun(self: ScaleBar)-> self.text),(fun(value: Microsoft.FSharp.Core.string)(self: ScaleBar)->{ self with text = value }))
115
-
static membertextsize_=((fun(self: ScaleBar)-> self.textsize),(fun(value: Aardvark.UI.Primitives.NumericInput)(self: ScaleBar)->{ self with textsize = value }))
116
-
static membertextVisible_=((fun(self: ScaleBar)-> self.textVisible),(fun(value: Microsoft.FSharp.Core.bool)(self: ScaleBar)->{ self with textVisible = value }))
117
-
static memberisVisible_=((fun(self: ScaleBar)-> self.isVisible),(fun(value: Microsoft.FSharp.Core.bool)(self: ScaleBar)->{ self with isVisible = value }))
118
-
static memberposition_=((fun(self: ScaleBar)-> self.position),(fun(value: Aardvark.Base.V3d)(self: ScaleBar)->{ self with position = value }))
119
-
static memberscSegments_=((fun(self: ScaleBar)-> self.scSegments),(fun(value : FSharp.Data.Adaptive.IndexList<scSegment>)(self: ScaleBar)->{ self with scSegments = value }))
120
-
static memberorientation_=((fun(self: ScaleBar)-> self.orientation),(fun(value: Orientation)(self: ScaleBar)->{ self with orientation = value }))
121
-
static memberalignment_=((fun(self: ScaleBar)-> self.alignment),(fun(value: Pivot)(self: ScaleBar)->{ self with alignment = value }))
122
-
static memberthickness_=((fun(self: ScaleBar)-> self.thickness),(fun(value: Aardvark.UI.Primitives.NumericInput)(self: ScaleBar)->{ self with thickness = value }))
123
-
static memberlength_=((fun(self: ScaleBar)-> self.length),(fun(value: Aardvark.UI.Primitives.NumericInput)(self: ScaleBar)->{ self with length = value }))
124
-
static memberunit_=((fun(self: ScaleBar)-> self.unit),(fun(value: Unit)(self: ScaleBar)->{ self with unit = value }))
125
-
static membersubdivisions_=((fun(self: ScaleBar)-> self.subdivisions),(fun(value: Aardvark.UI.Primitives.NumericInput)(self: ScaleBar)->{ self with subdivisions = value }))
126
-
static memberview_=((fun(self: ScaleBar)-> self.view),(fun(value: Aardvark.Rendering.CameraView)(self: ScaleBar)->{ self with view = value }))
127
-
static membertransformation_=((fun(self: ScaleBar)-> self.transformation),(fun(value: PRo3D.Core.Surface.Transformations)(self: ScaleBar)->{ self with transformation = value }))
128
-
static memberpreTransform_=((fun(self: ScaleBar)-> self.preTransform),(fun(value: Aardvark.Base.Trafo3d)(self: ScaleBar)->{ self with preTransform = value }))
112
+
moduleScaleVisualizationLenses =
113
+
typeScaleVisualizationwith
114
+
static memberversion_=((fun(self: ScaleVisualization)-> self.version),(fun(value: Microsoft.FSharp.Core.int)(self: ScaleVisualization)->{ self with version = value }))
115
+
static memberguid_=((fun(self: ScaleVisualization)-> self.guid),(fun(value: System.Guid)(self: ScaleVisualization)->{ self with guid = value }))
116
+
static membername_=((fun(self: ScaleVisualization)-> self.name),(fun(value: Microsoft.FSharp.Core.string)(self: ScaleVisualization)->{ self with name = value }))
117
+
static membertext_=((fun(self: ScaleVisualization)-> self.text),(fun(value: Microsoft.FSharp.Core.string)(self: ScaleVisualization)->{ self with text = value }))
118
+
static membertextsize_=((fun(self: ScaleVisualization)-> self.textsize),(fun(value: Aardvark.UI.Primitives.NumericInput)(self: ScaleVisualization)->{ self with textsize = value }))
119
+
static membertextVisible_=((fun(self: ScaleVisualization)-> self.textVisible),(fun(value: Microsoft.FSharp.Core.bool)(self: ScaleVisualization)->{ self with textVisible = value }))
120
+
static memberisVisible_=((fun(self: ScaleVisualization)-> self.isVisible),(fun(value: Microsoft.FSharp.Core.bool)(self: ScaleVisualization)->{ self with isVisible = value }))
121
+
static memberposition_=((fun(self: ScaleVisualization)-> self.position),(fun(value: Aardvark.Base.V3d)(self: ScaleVisualization)->{ self with position = value }))
122
+
static memberscSegments_=((fun(self: ScaleVisualization)-> self.scSegments),(fun(value : FSharp.Data.Adaptive.IndexList<scSegment>)(self: ScaleVisualization)->{ self with scSegments = value }))
123
+
static memberorientation_=((fun(self: ScaleVisualization)-> self.orientation),(fun(value: Orientation)(self: ScaleVisualization)->{ self with orientation = value }))
124
+
static memberalignment_=((fun(self: ScaleVisualization)-> self.alignment),(fun(value: Pivot)(self: ScaleVisualization)->{ self with alignment = value }))
125
+
static memberthickness_=((fun(self: ScaleVisualization)-> self.thickness),(fun(value: Aardvark.UI.Primitives.NumericInput)(self: ScaleVisualization)->{ self with thickness = value }))
126
+
static memberlength_=((fun(self: ScaleVisualization)-> self.length),(fun(value: Aardvark.UI.Primitives.NumericInput)(self: ScaleVisualization)->{ self with length = value }))
127
+
static memberunit_=((fun(self: ScaleVisualization)-> self.unit),(fun(value: Unit)(self: ScaleVisualization)->{ self with unit = value }))
128
+
static membersubdivisions_=((fun(self: ScaleVisualization)-> self.subdivisions),(fun(value: Aardvark.UI.Primitives.NumericInput)(self: ScaleVisualization)->{ self with subdivisions = value }))
129
+
static memberview_=((fun(self: ScaleVisualization)-> self.view),(fun(value: Aardvark.Rendering.CameraView)(self: ScaleVisualization)->{ self with view = value }))
130
+
static membertransformation_=((fun(self: ScaleVisualization)-> self.transformation),(fun(value: PRo3D.Core.Surface.Transformations)(self: ScaleVisualization)->{ self with transformation = value }))
131
+
static memberpreTransform_=((fun(self: ScaleVisualization)-> self.preTransform),(fun(value: Aardvark.Base.Trafo3d)(self: ScaleVisualization)->{ self with preTransform = value }))
132
+
static memberrepresentation_=((fun(self: ScaleVisualization)-> self.representation),(fun(value: ScaleRepresentation)(self: ScaleVisualization)->{ self with representation = value }))
static memberversion_=((fun(self: ScaleBarsModel)-> self.version),(fun(value: Microsoft.FSharp.Core.int)(self: ScaleBarsModel)->{ self with version = value }))
191
-
static memberscaleBars_=((fun(self: ScaleBarsModel)-> self.scaleBars),(fun(value : FSharp.Data.Adaptive.HashMap<System.Guid,ScaleBar>)(self: ScaleBarsModel)->{ self with scaleBars = value }))
195
+
static memberscaleBars_=((fun(self: ScaleBarsModel)-> self.scaleBars),(fun(value : FSharp.Data.Adaptive.HashMap<System.Guid,ScaleVisualization>)(self: ScaleBarsModel)->{ self with scaleBars = value }))
192
196
static memberselectedScaleBar_=((fun(self: ScaleBarsModel)-> self.selectedScaleBar),(fun(value : Microsoft.FSharp.Core.Option<System.Guid>)(self: ScaleBarsModel)->{ self with selectedScaleBar = value }))
0 commit comments