apply_tag | from cadflow import apply_tag | Attach a local user tag with continuation/fragment lineage policy. |
apply_tag_rselection | from cadflow import apply_tag_rselection | Return a semantic shape view with a canonical tag assignment. |
assign_material_rpart | from cadflow import assign_material_rpart | Assign a Material to a Part and return the updated Part. |
chamfer_rsolid | from cadflow import chamfer_rsolid | Apply chamfers, with optional tagging of kernel-proven patch faces. |
create_angle_arc | from cadflow import create_angle_arc | Create an arc edge from a center, radius, and angle range. |
create_angle_arc_wire | from cadflow import create_angle_arc_wire | Create a wire containing an arc defined by a center, radius, and angle range. |
create_arc | from cadflow import create_arc | Create an arc edge from three points. |
create_arc_wire | from cadflow import create_arc_wire | Create a wire containing an arc defined by three points. |
create_box | from cadflow import create_box | Create a box with native kernel-backed Face topology tags. |
create_circle_edge | from cadflow import create_circle_edge | Create a circular edge. |
create_circle_face | from cadflow import create_circle_face | Create a circular face. |
create_circle_wire | from cadflow import create_circle_wire | Create a circular wire. |
create_cylinder | from cadflow import create_cylinder | Create a cylinder with native kernel-backed Face and Edge topology tags. |
create_face_from_wire | from cadflow import create_face_from_wire | Create a face from a closed wire. |
create_face_from_wires | from cadflow import create_face_from_wires | Create a face from one outer closed wire and optional inner closed wires. |
create_helix | from cadflow import create_helix | Create a helix edge. |
create_helix_wire | from cadflow import create_helix_wire | Create a helix wire. |
create_interpolated_spline | from cadflow import create_interpolated_spline | Interpolate an exact B-spline edge through the supplied points. |
create_interpolated_spline_wire | from cadflow import create_interpolated_spline_wire | Create a one-edge wire that interpolates the supplied points. |
create_line | from cadflow import create_line | Create a straight edge between two points. |
create_periodic_spline_wire | from cadflow import create_periodic_spline_wire | Create a closed periodic spline wire interpolating the supplied points. |
create_point | from cadflow import create_point | Create a point in 3D space and return it as a vertex. |
create_polyline_wire | from cadflow import create_polyline_wire | Create a polyline wire from a point list. |
create_rectangle_face | from cadflow import create_rectangle_face | Create a rectangular face. |
create_rectangle_wire | from cadflow import create_rectangle_wire | Create a rectangular wire. |
create_segment | from cadflow import create_segment | Alias of make_line_redge that returns a straight edge. |
create_segment_wire | from cadflow import create_segment_wire | Create a wire containing a single straight segment. |
create_sphere | from cadflow import create_sphere | Create a sphere solid. |
create_spline | from cadflow import create_spline | Create an exact B-spline edge from named control-point parameters. |
create_spline_wire | from cadflow import create_spline_wire | Create a wire containing one exact B-spline edge. |
create_wire_from_edges | from cadflow import create_wire_from_edges | Create a wire from a list of connected edges. |
cut | from cadflow import cut | Compute the boolean difference of solids. |
explain_tag | from cadflow import explain_tag | Explain every visible binding that produces a tag token. |
export_step | from cadflow import export_step | Export shapes to STEP. |
export_stl | from cadflow import export_stl | Export shapes to STL. |
extrude | from cadflow import extrude | Create a solid by extruding a profile, with optional role-based tags. |
fill_holes_rshell | from cadflow import fill_holes_rshell | Fill selected closed free boundaries and return a sewn Shell. |
fillet_rsolid | from cadflow import fillet_rsolid | Apply fillets, with optional tagging of kernel-proven patch faces. |
fit_point_grid_rface | from cadflow import fit_point_grid_rface | Fit a B-spline Face through a rectangular 3D point grid. |
free_boundaries_rwirelist | from cadflow import free_boundaries_rwirelist | Return unique closed and open free boundary wires of a Shell. |
get_current_cs | from cadflow import get_current_cs | Public function in this domain. |
helical_sweep_rsolid | from cadflow import helical_sweep_rsolid | Create a solid by sweeping a profile along a helical path. |
intersect | from cadflow import intersect | Compute the boolean intersection of solids. |
linear_pattern_rsolidlist | from cadflow import linear_pattern_rsolidlist | Create a linear pattern of solids. |
list_tags | from cadflow import list_tags | Return shape tags in deterministic sorted order for one scope. |
loft_rshell | from cadflow import loft_rshell | Create an open loft Shell with endpoint-Wire and side-Face naming. |
loft_rsolid | from cadflow import loft_rsolid | Create a lofted solid, with optional kernel-role-based tags. |
make_2d_cut_rface | from cadflow import make_2d_cut_rface | Subtract one 2D face from another (2D boolean difference). |
make_2d_intersect_rface | from cadflow import make_2d_intersect_rface | Compute the boolean intersection of two 2D faces. |
make_2d_union_rface | from cadflow import make_2d_union_rface | Compute the boolean union of two 2D faces. |
make_bezier_surface_rface | from cadflow import make_bezier_surface_rface | Create a trimmed Face carrying a tensor-product Bezier surface. |
make_cone_rsolid | from cadflow import make_cone_rsolid | Create a cone or frustum with native kernel-backed topology tags. |
make_gordon_surface_rface | from cadflow import make_gordon_surface_rface | Create a Gordon Face from intersecting profile and guide edge networks. |
make_material_rmaterial | from cadflow import make_material_rmaterial | Create a material definition for later Part assignment. |
make_n_hole_flange_rsolid | from cadflow import make_n_hole_flange_rsolid | Create an n-hole flange with a raised boss ring and optional chamfers. The center of the bottom face is placed at the origin. |
make_naca_propeller_blade_rsolid | from cadflow import make_naca_propeller_blade_rsolid | Create a single propeller blade solid from a twisted NACA 0016 profile. The blade root starts at the origin and extends along +Z. |
make_part_rpart | from cadflow import make_part_rpart | Wrap exactly one Solid as a semantic single-body Part. |
make_ruled_surface_rface | from cadflow import make_ruled_surface_rface | Create a ruled Face spanning two compatible edges. |
make_scalar_limit_rscalarlimit | from cadflow import make_scalar_limit_rscalarlimit | Create a closed scalar limit for driven constraint coordinates. |
make_surface_patch_rface | from cadflow import make_surface_patch_rface | Fill a constrained boundary network into one Face, optionally with holes. |
make_threaded_rod_rsolid | from cadflow import make_threaded_rod_rsolid | Create a threaded rod with configurable rod length, thread span, and pitch. The top center is placed at the origin and the rod extends in -Z. |
measure_constraint_residual_rconstraintresidual | from cadflow import measure_constraint_residual_rconstraintresidual | Measure residual for one assembly constraint without mutating the assembly. |
mirror_shape | from cadflow import mirror_shape | Mirror a shape across a plane. |
radial_pattern_rsolidlist | from cadflow import radial_pattern_rsolidlist | Create a radial pattern of solids. |
render_screenshot_rpath | from cadflow import render_screenshot_rpath | Render SDK solids through the shared OCCT/VTK BREP renderer. |
revolve | from cadflow import revolve | Create a revolved solid, with optional kernel-role-based tags. |
rotate | from cadflow import rotate | Rotate a shape around an axis. |
select_edges_by_tag | from cadflow import select_edges_by_tag | Select edges by tag. |
select_faces_by_tag | from cadflow import select_faces_by_tag | Select faces by tag. |
sew_faces_rshell | from cadflow import sew_faces_rshell | Sew faces into exactly one connected Shell. |
shell_rsolid | from cadflow import shell_rsolid | Shell a solid, with optional kernel-role-based face tags. |
sweep_rsolid | from cadflow import sweep_rsolid | Create a swept solid, with optional kernel-role-based tags. |
translate | from cadflow import translate | Translate a shape by an offset vector. |
twisted_sweep_rsolid | from cadflow import twisted_sweep_rsolid | Sweep a planar profile along a straight axis with linear rotation. |
union | from cadflow import union | Compute the boolean union and return one manifold solid. |