Reference page for GeoHelper
Contents
- Summary
- this = GeoHelper(arguments) /this = GeoHelper(arguments) is a constructor.
- GeoHelper.this.find_curve(arguments) is a function.
- get_lines Get all Curves of Entity
- GeoHelper.this.get_points(arguments) is a function.
- GeoHelper.this.get_surfaces(arguments) is a function.
- unique points
- GeoHelper.this.parse_characteristic_length(arguments) is a function.
- GeoHelper.this.sort_curves(arguments) is a function.
- GeoHelper.this.transformed_curve(arguments) is a function.
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. Documentation for GeoHelper doc GeoHelper
PROPERTIES
METHODS
Class methods are listed below. Inherited methods are not included.
this = GeoHelper(arguments) /this = GeoHelper(arguments) is a constructor.
GeoHelper.this.find_curve(arguments) is a function.
cs = find_curve(entity, name)
get_lines Get all Curves of Entity
GeoHelper.this.get_points(arguments) is a function.
ps = get_points(entity)
GeoHelper.this.get_surfaces(arguments) is a function.
ss = get_surfaces(entity)
unique points
GeoHelper.this.parse_characteristic_length(arguments) is a function.
parse_characteristic_length(geometry, factor, lcar_min)
GeoHelper.this.sort_curves(arguments) is a function.
cs = sort_curves(entity, name, direction, coordinate_system)
GeoHelper.this.transformed_curve(arguments) is a function.
lnew = transformed_curve(cold, point_map)