pubmodsplit_compound_curve;pubmodsplit_nurbs_curve;pubmodsplit_nurbs_surface;pubusesplit_nurbs_surface::*;/// Split the object into two objects with the given option
pubtraitSplit
where
Self: Sized,
{typeOption;fntry_split(&self, option:Self::Option)->anyhow::Result<(Self, Self)>;}