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)
Syntaxpublic IList<Guid> SaveAsEdges()
Public Function SaveAsEdges As IList(Of Guid)
public:
IList<Guid>^ SaveAsEdges()
member SaveAsEdges : unit -> IList<Guid>
Return Value
Type:
IListGuid[Missing <returns> documentation for "M:PolyFramework.PFoam.SaveAsEdges"]
See Also