C# Class CGToGH.GH_FileComposer

Show file Open project: oderby/VVD Class Usage Examples

Public Methods

Method Description
AddChunk ( GH_Chunk chunkToAddTo, GH_Chunk chunkToAdd ) : void
GH_FileComposer ( CommonGraph cg ) : System
SaveFile ( string savePath ) : void

Private Methods

Method Description
ClearChunks ( GH_Chunk ParentChunk ) : void
ConstructGH ( ) : void
ElementFromNode ( Node n ) : System.Xml.Linq.XElement
elementName ( System.Xml.Linq.XElement elem ) : string
findChunk ( System.Xml.Linq.XElement node, string name ) : System.Xml.Linq.XElement
getChunks ( System.Xml.Linq.XElement node ) : IEnumerable

Method Details

AddChunk() public static method

public static AddChunk ( GH_Chunk chunkToAddTo, GH_Chunk chunkToAdd ) : void
chunkToAddTo GH_Chunk
chunkToAdd GH_Chunk
return void

GH_FileComposer() public method

public GH_FileComposer ( CommonGraph cg ) : System
cg CSharpCommonGraph.CommonGraph
return System

SaveFile() public method

public SaveFile ( string savePath ) : void
savePath string
return void