Upload Base Profile
Quick Facts
| Property | Value |
|---|---|
| Class | ULPythonBaseProfile |
| Module | cenpyupload.ULPythonBaseProfile |
| Package | cenpyupload |
| Release | R2025.2.4 |
| Methods | 5 |
| Inherits from | DULPythonBaseProfile |
Inheritance
Method Index
| Method | Returns | Summary |
|---|---|---|
SetReferenceProfile | — | Set the reference profile for this profile |
SetXYZ | — | Set the offset position for the base profile |
SetOrientation | — | Set the offset rotation for the base profile |
SetIndex | — | Set the profile index |
SetName | — | Set the name of the profile |
Mutation Methods
SetReferenceProfile
def SetReferenceProfile(pyRefProfile: ULPythonBaseProfile)Set the reference profile for this profile
Parameters:
| Name | Type | Description |
|---|---|---|
pyRefProfile | ULPythonBaseProfile | ref profile to be set |
SetXYZ
def SetXYZ(offsetPosTuple: list)Set the offset position for the base profile
Parameters:
| Name | Type | Description |
|---|---|---|
offsetPosTuple | list | offset position to be set; a tuple of three doubles representing (x, y, z) coordinates in meters. |
SetOrientation
def SetOrientation(offsetOrientation: list)Set the offset rotation for the base profile
Parameters:
| Name | Type | Description |
|---|---|---|
offsetOrientation | list | offset rotation to be set |
SetIndex
def SetIndex(index: int)Set the profile index
Parameters:
| Name | Type | Description |
|---|---|---|
index | int | index to be set |
SetName
def SetName(name: str)Set the name of the profile
Parameters:
| Name | Type | Description |
|---|---|---|
name | str | name to be set |
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?