Download Base Profile
Quick Facts
| Property | Value |
|---|---|
| Class | DULPythonBaseProfile |
| Module | cenpydownload.DULPythonBaseProfile |
| Package | cenpydownload |
| Release | R2025.2.4 |
| Methods | 3 |
| Inherits from | DULPythonCommonProfile |
| Subclasses | Upload Base Profile |
Inheritance
Quick Start
# Boilerplate Example
downloadBaseProfile = ... # obtained from the runtime context
result = downloadBaseProfile.GetReferenceProfile()Method Index
| Method | Returns | Summary |
|---|---|---|
GetReferenceProfile | DULPythonBaseProfile | reference frame |
GetXYZ | tuple | Gets offset position to reference profile |
GetOrientation | tuple | Gets offset rotation to reference profile |
Query Methods
GetReferenceProfile
def GetReferenceProfile() -> DULPythonBaseProfilereference frame
Returns: DULPythonBaseProfile — world or other base frame
GetXYZ
def GetXYZ() -> tupleGets offset position to reference profile
Returns: tuple — returns offset position to reference profile
GetOrientation
def GetOrientation() -> tupleGets 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?