Click or drag to resize

PFoamSaveAsEdges Method

Saves the foam as a group of color-coded lines in the Rhino document For each line a user dictionary is saved with the following entries: EdgeId, StartVertexId, EndVertexId The first line contains a JSON serialization for the whole foam + If available the dual will also be saved

Namespace:  PolyFramework
Assembly:  PolyFramework (in PolyFramework.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
public IList<Guid> SaveAsEdges()

Return Value

Type: IListGuid

[Missing <returns> documentation for "M:PolyFramework.PFoam.SaveAsEdges"]

See Also