Object: 3DAxisSettingsIsometry
- Updated2024-09-12
- 1 minute(s) read
(ReportObjects | SelectedObjects) > 3DAxisSystem > 3DAxisSettings > Object: 3DAxisSettingsIsometry
Object: 3DAxisSettingsIsometry
The 3DAxisSettingsIsometry object provides the properties for isometric axis adjustment of a 3D axis system in DIAdem REPORT.
The following example generates a 3D axis system with a surface display and specifies isometric axis adaptations:
| VBScript | Python |
Dim oMy3DAxisSystem, oMy3DCurve, oMyPos, oMyIsometry Call Data.Root.Clear() Call DataFileLoad(DataReadPath & "Report_Data.tdm","TDM","") Call Report.NewLayout() Set oMy3DAxisSystem = Report.ActiveSheet.Objects.Add(eReportObject3DAxisSystem,"My3DAxisSystem") Set oMy3DCurve = oMy3DAxisSystem.Curves3D.Add(e3DShapeSurface, "MyNew3DCurve") Set oMyPos = oMy3DAxisSystem.Position.ByCoordinate oMyPos.X1 = 20 oMyPos.X2 = 80 oMyPos.Y1 = 20 oMyPos.Y2 = 80 oMy3DCurve.Shape.XChannel.Reference = "[2]/[1]" oMy3DCurve.Shape.YChannel.Reference = "[2]/[2]" oMy3DCurve.Shape.ZChannel.Reference = "[2]/[3]" Set oMyIsometry = oMy3DAxisSystem.Settings.Isometry oMyIsometry.Type = e3DAxisIsometryXY oMyIsometry.Length = 50 Call Report.Refresh()
Properties
FitIntoArea | Length | Type