Reference page for GeoParser
Contents
- Summary
- this = GeoParser(arguments) /this = GeoParser(arguments) is a constructor.
- GeoParser/this.add_curve(arguments) is a function.
- GeoParser/this.add_point(arguments) is a function.
- GeoParser/this.closest_arc(arguments) is a function.
- curve_type
- GeoParser/this.closest_line(arguments) is a function.
- GeoParser.this.from_dxf(arguments) is a function.
- GeoParser/this.parse_split_curves(arguments) is a function.
- X = [24;15];
- GeoParser/this.plot_curves(arguments) is a function.
- GeoParser/this.remove_curve(arguments) is a function.
- FIXME Nested surfaces
Summary
GeoParser methods: GeoParser - is a class. closest_arc - GeoParser/closest_arc is a function. closest_curve - curve_type closest_line - GeoParser/closest_line is a function. parse_split_curves - GeoParser/parse_split_curves is a function. parse_surfaces - X = [24;15]; surface_at - FIXME Nested surfaces Documentation for GeoParser doc GeoParser
PROPERTIES
- GeoParser/curves is a property.
- GeoParser/outer_surfaces is a property.
- GeoParser/points is a property.
- GeoParser/surfaces is a property.
METHODS
Class methods are listed below. Inherited methods are not included.
this = GeoParser(arguments) /this = GeoParser(arguments) is a constructor.
GeoParser/this.add_curve(arguments) is a function.
add_curve(this, c)
GeoParser/this.add_point(arguments) is a function.
add_point(this, p)
GeoParser/this.closest_arc(arguments) is a function.
[c, Pc] = closest_arc(this, P)
curve_type
GeoParser/this.closest_line(arguments) is a function.
[c, Pc] = closest_line(this, P)
GeoParser.this.from_dxf(arguments) is a function.
this = from_dxf(fname)
GeoParser/this.parse_split_curves(arguments) is a function.
parse_split_curves(this)
X = [24;15];
ainner_cand = this.closest_arc( X );
GeoParser/this.plot_curves(arguments) is a function.
plot_curves(this, varargin)
GeoParser/this.remove_curve(arguments) is a function.
remove_curve(this, c)