Surfaces made by the command _SrfPt.
Is there a way to modify from control points without causing unwanted deformation?
Any advice on the best workflow for this would be appreciated.
Surfaces made by the command _SrfPt.
Is there a way to modify from control points without causing unwanted deformation?
Any advice on the best workflow for this would be appreciated.
Triangular surfaces (3 sides) are trimmed surfaces, each with a fourth control point off the surface.
An alternative would be to create lines between the sets of three points, and then use EdgeSrf to create the surfaces. Each of those surfaces would have one zero length side with two stacked control points, which can be manipulated as a single control point.
Thank you.
try modifying the points after SolidPtOn command
What a great command…! Thanks a lot for your help.
this is the reason - as @davidcockey pointed out:
_srfPt 3 clicks resulting in a trimmed Surface
_srfPt Pause Pause Pause r0,0,0 or clicked the last point twice resulting in a untrimmed surface with a collapsed / zero-length edge. Collapsed edges might be problematic for some workflows. but for the edit you are after they are the way to go. (no need to draw lines)
(Edit: another way to draw a triangle: loft to line that share one corner point)
cheers - tom