rs3.properties.stageFactors.StageFactorBaseInterfaces module#
- class rs3.properties.stageFactors.StageFactorBaseInterfaces.AbsoluteStageFactorInterface(propertyID: str, client: Client, definedStageFactorClass, stageFactorClass, useJointOptions: bool = False, materialId: str = None)#
Bases:
_AbsoluteStageFactorInterface[DefinedStageFactor,StageFactor]- getDefinedStageFactors() dict[int, DefinedStageFactor]#
Returns a map of stage factors. The key is the absolute or relative stage at which the stage factor is applied. The value is the stage factor object
- getStageFactor(stage: int) StageFactor#
Returns the stage factor for the given stage.