splinepy.helpme.create.Creator#
- class splinepy.helpme.create.Creator(spl)[source]#
Bases:
object
Helper class to build new splines from existing geometries.
Examples
>>> spline_faces = my_spline.create.extrude(vector=[3, 1, 3])
Methods
Creates a spline representing the projection of the jacobian determinant
Creator.embedded
(new_dimension)Embeds Spline in given dimension.
Creator.extruded
([extrusion_vector])Extrudes Splines.
Creator.parametric_view
([axes, conform])Create parametric view of given spline.
Creator.revolved
([axis, center, angle, ...])Revolve spline around an axis and extend its parametric dimension.