Summary
GeoHelper methods: GeoHelper - is a class. find_curve - GeoHelper.find_curve is a function. get_curves - get_lines Get all Curves of Entity get_points - GeoHelper.get_points is a function. get_surfaces - GeoHelper.get_surfaces is a function. mirror_surface - unique points parse_characteristic_length - GeoHelper.parse_characteristic_length is a function. sort_curves - GeoHelper.sort_curves is a function. transformed_curve - GeoHelper.transformed_curve is a function.
PROPERTIES
Methods
Class methods are listed below. Inherited methods are not included.
* GeoHelper/GeoHelper is a constructor.
* GeoHelper.find_curve is a function.
cs = find_curve(entity, name)
* get_lines Get all Curves of Entity
* GeoHelper.get_points is a function.
ps = get_points(entity)
* GeoHelper.get_surfaces is a function.
ss = get_surfaces(entity)
* unique points
* GeoHelper.parse_characteristic_length is a function.
parse_characteristic_length(geometry, lcar_max, lcar_min)
* GeoHelper.sort_curves is a function.
cs = sort_curves(entity, name, direction, coordinate_system)
* GeoHelper.transformed_curve is a function.
lnew = transformed_curve(cold, point_map)