Click or drag to resize

PFEdgeScale_Soft Method

Scales the edge in one step If target length is set - scales the edge to target If not set it makes sure minLen smaller that length and length is smaller than maxLegth Uses the constraint move of the point to limit move

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public List<PFVertex> Scale_Soft()

Return Value

Type: ListPFVertex
List of 2 new vertices after the constrained move. They have the influence coefficient of the edge
See Also