Scales a face vertices towards a set target face area.
Target area should already be set in the face.
Namespace:
PolyFramework
Assembly:
PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntaxpublic List<PFVertex> SetArea()
Public Function SetArea As List(Of PFVertex)
public:
List<PFVertex^>^ SetArea()
member SetArea : unit -> List<PFVertex>
Return Value
Type:
ListPFVertex[Missing <returns> documentation for "M:PolyFramework.PFFace.SetArea"]
See Also