trigger.objects.measure ======================= .. py:module:: trigger.objects.measure Classes ------- .. autoapisummary:: trigger.objects.measure.Angle trigger.objects.measure.Distance Module Contents --------------- .. py:class:: Angle(suffix='') Bases: :py:obj:`object` Creates set of locators to create angle extractors .. py:method:: calibrate() Calibrates the value mapper accepting the current angle 100 percent .. py:method:: pin_fixed(node, mo=False) Constraints 'fixed' end to the node .. py:method:: pin_float(node, mo=False) Constraints 'float' end to the node .. py:method:: pin_root(node, mo=False) Constraints the angle root to the node .. py:method:: set_value_multiplier(val) .. py:property:: degree_plug .. py:property:: fixed .. py:property:: float .. py:property:: root .. py:property:: value_plug .. py:class:: Distance(start=None, end=None, suffix='') Bases: :py:obj:`object` .. py:property:: end .. py:property:: plug .. py:property:: start