create_trimmed_uniform_solid_spline_by_brep_mapping Last update: 10.09.2025 TrimmedSpline.create_trimmed_uniform_solid_spline_by_brep_mapping(part_id, spline_params) Creates uniform solid spline and maps the CAD geometry in its parametric space. Parameters: part_id : Part on which the spline is to be created. spline_params : Parameters used to create the spline. Returns: TrimmedSplineResults : Returns the TrimmedSplineResults. Return type: TrimmedSplineResults Notes This is a beta API. The behavior and implementation may change in future. Examples >>> results = trimmedSpline.CreateTrimmedUniformSolidSplineByBrepMapping(part_id, spline_params)