PFEdgePerpScale_Soft Method |
Perps and 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)
Syntaxpublic List<PFVertex> PerpScale_Soft()
Public Function PerpScale_Soft As List(Of PFVertex)
public:
List<PFVertex^>^ PerpScale_Soft()
member PerpScale_Soft : unit -> List<PFVertex>
Return Value
Type:
ListPFVertexList of 2 new vertices after the constrained move. They have the influence coefficient of the edge
See Also