Basisprofil herunterladen
Schnelle Fakten
| Immobilien | Wert |
|---|---|
| Klasse | DULPythonBaseProfile |
| Modul | cenpydownload.DULPythonBaseProfile |
| Paket | cenpydownload |
| Veröffentlichung | R2025.2.4 |
| Methoden | 3 |
| Erbt von | DULPythonCommonProfile |
| Unterklassen | Upload Base Profile |
Erbe
Schneller Start
# Boilerplate Example
downloadBaseProfile = ... # obtained from the runtime context
result = downloadBaseProfile.GetReferenceProfile()Methodenindex
| Methode | Rückgaben | Zusammenfassung |
|---|---|---|
GetReferenceProfile | DULPythonBaseProfile | Referenzrahmen |
GetXYZ | tuple | Erhält die Versatzposition auf das Referenzprofil |
GetOrientation | tuple | Erhält die Versatzrotation zum Referenzprofil |
Abfragemethoden
GetReferenceProfile
def GetReferenceProfile() -> DULPythonBaseProfileBezugssystem
Rücksendungen: DULPythonBaseProfile — Welt oder anderes Grundgerüst
GetXYZ
def GetXYZ() -> tupleErhält die versetzte Position zum Referenzprofil
Rückgab: tuple — gibt die Offset-Position an das Referenzprofil zurück
GetOrientation
def GetOrientation() -> tupleErhält die versetzte Rotation zum Referenzprofil
Gibt zurück: tuple — gibt die Versatzrotation zum Referenzprofil zurück
Versionsnotizen
Diese Klasse ist zum Zeitpunkt der Veröffentlichung R2025.2.4 dokumentiert.
Was this page helpful?