Description: Merges two specified curve objects into a single curve.
====close_curve({{ArgTypeString}} label, {{ArgTypeString}} object_2close_state)====
''Example: close_curve("Curve_1",1)''
Description: Sets the open/close state of a polyline or NURBS curve. Use 0 for open curve and 1 for close curve.
====polygonize({{ArgTypeString}} object, {{ArgTypeStringArgTypeAny}} side_length)====
''Example: polygonize("Cric_1",2)''
Description: Polygonizes the specified surface or curve object by the specified side length. The results is a polystrip or a polyline.
====polymesh({{ArgTypeString}} label, {{ArgTypeString}} object, {{ArgTypeStringArgTypeAny}} edge_length)====
''Example: polymesh("Poly_1","Cric_1",2)''
Description: Discretizes the specified solid or surface object by the specified edge length. The results is a polymesh object.
====fillet({{ArgTypeString}} object, {{ArgTypeStringArgTypeAny}} radius)====
''Example: fillet("Rect_1",5)''
Description: Roughens the surface of the specified object based on the specified RMS height and correlation length.
====random_group({{ArgTypeString}} label, {{ArgTypeString}} key_object, {{ArgTypeAnyArgTypeString}} container_object, {{ArgTypeAny}} element_count)====
''Example: random_group("Rand_1","Rect_1","Box_1",100)''
Description: Creates a pipe version of a given curve object.
====rail_sweep({{ArgTypeString}} rail_object, {{ArgTypeAnyArgTypeString}} sweep_object)====
''Example: rail_sweep("Curve_1","Curve_2")''