splinepy.helpme.extract.Extractor.control_volumes#
- Extractor.control_volumes()[source]#
Extracts control points and return as vertices. Same can be achieved by doing gustaf.Vertices(spline.control_points)
- Parameters:
spline (Spline / Multipatch) – (self-argument if called via extract member of a spline)
- Returns:
cps_as_Vertices
- Return type:
Vertices