cam.properties.info_props#

Fabex ‘info_props.py’

‘CAM Info Properties’

Classes#

Module Contents#

class CAM_INFO_Properties[source]#

Bases: bpy.types.PropertyGroup

warnings: StringProperty(name='Warnings', description='Warnings', default='', update=update_operation)[source]#
chipload: FloatProperty(name='Chipload', description='Calculated chipload', default=0.0, unit='LENGTH', precision=CHIPLOAD_PRECISION)[source]#
chipload_per_tooth: StringProperty(name='Chipload per Tooth', description='The chipload divided by the number of teeth', default='')[source]#
duration: FloatProperty(name='Estimated Time', default=0.01, min=0.0, max=MAX_OPERATION_TIME, precision=PRECISION, unit='TIME')[source]#