![]() | DIAdem 2012 Help |
![]() | DIAdem 2014 Help |
![]() | DIAdem 2015 Help |
![]() | DIAdem 2017 Help |
![]() | DIAdem 2018 Help |
![]() | DIAdem 2019 Help |
The 3DAdditionalMarker object provides the properties of the markers in a 3D axis system in DIAdem REPORT.
The following example generates a 3D axis system with a points display and assigns channels to this display:
Dim oMy3DAxisSystem, oMy3DCurve, oMyPos, oMyShape Call Data.Root.Clear() Call DataFileLoad(DataReadPath & "Report_Data.tdm","TDM","") Call Report.NewLayout() Set oMy3DAxisSystem = Report.ActiveSheet.Objects.Add(eReportObject3DAxisSystem,"My3DAxisSystem") Set oMyPos = oMy3DAxisSystem.Position.ByCoordinate oMyPos.X1 = 20 oMyPos.X2 = 80 oMyPos.Y1 = 20 oMyPos.Y2 = 80 Set oMy3DCurve = oMy3DAxisSystem.Curves3D.Add(e3DShapePoints, "MyNew3DCurve") Set oMyShape = oMy3DCurve.Shape oMyShape.DataStructure = e3DDataStructureMatrix oMyShape.XChannel.Reference = "[2]/[1]" oMyShape.YChannel.Reference = "[2]/[2]" oMyShape.ZChannel.Reference = "[2]/[3]" oMyShape.Settings.Marker.Type = eMarkerAsterisk Call Report.Refresh()
3DAdditionalCharacteristicDiagramPoints.Marker | 3DBarsExtensions.Marker | 3DLineExtensions.Marker | 3DMatrix2DExtensions.Marker | 3DPointsSettings.Marker | 3DSpikesExtensions.Marker | 3DSurfaceExtensions.Marker | 3DVectorExtensions.Marker | 3DWaterfallExtensions.Marker
Helpful
Not Helpful