HandlePropertiesService
implementation of the service for the handle properties
HandlePropertiesService
Canonical path: HandlePropertiesService.HandlePropertiesService
implementation of the service for the handle properties
update_point
staticmethod
update_point(handle_prop: HandleProperties, name: str, value: float) -> bool
Update the point
Parameters:
-
handle_prop(HandleProperties) –handle property
-
name(str) –name of the property
-
value(float) –input value
Returns:
-
bool–update palette state
update_property_value
staticmethod
update_property_value(
build_ele: BuildingElement,
handle_prop: HandleProperties,
input_pnt: Point3D,
) -> bool
Update the property value
Parameters:
-
build_ele(BuildingElement) –building element with the parameter properties
-
handle_prop(HandleProperties) –handle property
-
input_pnt(Point3D) –input point
Returns:
-
bool–update palette state
Placeholder