Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsUploadUpload Base Profile

Upload Base Profile

Quick Facts

PropertyValue
ClassULPythonBaseProfile
Modulecenpyupload.ULPythonBaseProfile
Packagecenpyupload
ReleaseR2025.2.4
Methods5
Inherits fromDULPythonBaseProfile

Inheritance

Method Index

MethodReturnsSummary
SetReferenceProfileSet the reference profile for this profile
SetXYZSet the offset position for the base profile
SetOrientationSet the offset rotation for the base profile
SetIndexSet the profile index
SetNameSet the name of the profile

Mutation Methods

SetReferenceProfile

def SetReferenceProfile(pyRefProfile: ULPythonBaseProfile)

Set the reference profile for this profile

Parameters:

NameTypeDescription
pyRefProfileULPythonBaseProfileref profile to be set

SetXYZ

def SetXYZ(offsetPosTuple: list)

Set the offset position for the base profile

Parameters:

NameTypeDescription
offsetPosTuplelistoffset 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:

NameTypeDescription
offsetOrientationlistoffset rotation to be set

SetIndex

def SetIndex(index: int)

Set the profile index

Parameters:

NameTypeDescription
indexintindex to be set

SetName

def SetName(name: str)

Set the name of the profile

Parameters:

NameTypeDescription
namestrname to be set

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?