Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsDownloadDownload Base Profile

Download Base Profile

Quick Facts

PropertyValue
ClassDULPythonBaseProfile
Modulecenpydownload.DULPythonBaseProfile
Packagecenpydownload
ReleaseR2025.2.4
Methods3
Inherits fromDULPythonCommonProfile
SubclassesUpload Base Profile

Inheritance

Quick Start

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

Method Index

MethodReturnsSummary
GetReferenceProfileDULPythonBaseProfilereference frame
GetXYZtupleGets offset position to reference profile
GetOrientationtupleGets offset rotation to reference profile

Query Methods

GetReferenceProfile

def GetReferenceProfile() -> DULPythonBaseProfile

reference frame

Returns: DULPythonBaseProfile — world or other base frame

GetXYZ

def GetXYZ() -> tuple

Gets offset position to reference profile

Returns: tuple — returns offset position to reference profile

GetOrientation

def GetOrientation() -> tuple

Gets offset rotation to reference profile

Returns: tuple — returns offset rotation to reference profile

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?