Skip to Content
FASTSUITE E2API ReferenzPython APIAPI DomänenDownloadBasisprofil herunterladen

Basisprofil herunterladen

Schnelle Fakten

ImmobilienWert
KlasseDULPythonBaseProfile
Modulcenpydownload.DULPythonBaseProfile
Paketcenpydownload
VeröffentlichungR2025.2.4
Methoden3
Erbt vonDULPythonCommonProfile
UnterklassenUpload Base Profile

Erbe

Schneller Start

# Boilerplate Example downloadBaseProfile = ... # obtained from the runtime context result = downloadBaseProfile.GetReferenceProfile()

Methodenindex

MethodeRückgabenZusammenfassung
GetReferenceProfileDULPythonBaseProfileReferenzrahmen
GetXYZtupleErhält die Versatzposition auf das Referenzprofil
GetOrientationtupleErhält die Versatzrotation zum Referenzprofil

Abfragemethoden

GetReferenceProfile

def GetReferenceProfile() -> DULPythonBaseProfile

Bezugssystem

Rücksendungen: DULPythonBaseProfile — Welt oder anderes Grundgerüst

GetXYZ

def GetXYZ() -> tuple

Erhält die versetzte Position zum Referenzprofil

Rückgab: tuple — gibt die Offset-Position an das Referenzprofil zurück

GetOrientation

def GetOrientation() -> tuple

Erhä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?