v3.0
Given a trim operator as input, pass-in surface curves of the untrim surface that will serve to trim it.
TrimWith( [InputObjs], [TrimWithSrfCrv] ); |
Parameter | Type | Description |
---|---|---|
InputObjs | String | List operators on which to
set trim curves
Default Value: Current Selection |
TrimWithSrfCrv | String | List surface curves on the
surface to trim
Default Value: Current Selection |
CreatePrim "Sphere", "NurbsSurface" CreatePrim "Circle", "NurbsCurve" SetValue "circle.circle.radius", 2 SelectObj "sphere", , True ApplyTopoOp "TrimByProjection", "sphere;circle", 3, siPersistentOperation TrimWith "sphere.surfmsh.trimbyprojectionop", "sphere.srfcrv[1]" |