of.geometry.cut.joint#
- of. geometry.cut.joint *new_geometry_tag* <string> *object_geometry_tag* <string> *region* <double, double, double, double…>
Cut a joint in an object by assign the <x> <y> <x> <y>…
- Parameters:
new_geometry_tag: tag of the geometry group cut from the original geometry.
object_geometry_tag: tag of the original geometry group
region: Define the points on the joints: [x0,y0] [x1,y1], [x2,y2], [x3, y3]…
Example:#
of.geometry.cut.joint 'joint' 'tock' [0,1] [2,3]