Whenever I try to move the control points, the 3 sided surfaces deform

Hi everyone,

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.

Thanks for yor interest but I need a solution for the surfaces made by command _SrfPt.

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:


left: trimmed, right untrimmed
back: point moved
front: initial triangles

trimmed - left:

_srfPt 3 clicks resulting in a trimmed Surface

untrimmed / collapsed edge right:

_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