Skip to Content
FASTSUITE E2API ReferencePython APIAPI DomainsUploadUpload Tool Profile

Upload Tool Profile

Quick Facts

PropertyValue
ClassULPythonToolProfile
Modulecenpyupload.ULPythonToolProfile
Packagecenpyupload
ReleaseR2025.2.4
Methods5
Inherits fromDULPythonToolProfile

Inheritance

Method Index

MethodReturnsSummary
SetXYZSet the offset position for the tool profile
SetOrientationSet the offset orientation for the tool profile
SetToolTypeSet the tool type for the tool profile
SetIndexSet the profile index
SetNameSet the name of the profile

Mutation Methods

SetXYZ

def SetXYZ(offsetPos: list)

Set the offset position for the tool profile

Parameters:

NameTypeDescription
offsetPoslistoffset position to be set; a tuple of three doubles representing (x, y, z) coordinates in meters.

SetOrientation

def SetOrientation(offsetOrientation: list)

Set the offset orientation for the tool profile

Parameters:

NameTypeDescription
offsetOrientationlistoffset orientation to be set

SetToolType

def SetToolType(toolType: int)

Set the tool type for the tool profile

Parameters:

NameTypeDescription
toolTypeinttool type 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?