of.geometry.remove.ellipse#
- of.geometry.remove.ellipse *new_geometry_tag* <string> *object_geometry_tag* <string> *region* <double, double, double, double, double, int>
Remove the geometry in the object by assigning the x, y, maxradius, minradius, theta and segments of the ellipse.
- Parameters:
new_geometry_tag: tag of the geometry group cut from the original geometry.
object_geometry_tag: tag of the original geometry group
region: (default nseg 20) There are three methods to define a ellipse:
[x y minradius maxradius theta nseg]
center [x, y] radius [min max] theta nseg
x value, y value, rad value. minradius value, maxradius value, theta value, nseg value
Example:#
of.geometry.remove.ellipse [tunnel] [rock] center [0,0] rad [1.0, 2.0] theta 0 segments 10