Skip to content

Instantly share code, notes, and snippets.

View andrewheumann's full-sized avatar

Andrew Heumann andrewheumann

View GitHub Profile
@andrewheumann
andrewheumann / StarterFunction.cs
Created November 15, 2020 19:43
Sample Hypar Function - With Material
using Elements;
using Elements.Geometry;
using System.Collections.Generic;
namespace StarterFunction
{
public static class StarterFunction
{
/// <summary>
/// My very first hypar function
@andrewheumann
andrewheumann / StarterFunction.cs
Created November 15, 2020 19:42
Sample Hypar Function - Just Mass
using Elements;
using Elements.Geometry;
using System.Collections.Generic;
namespace StarterFunction
{
public static class StarterFunction
{
/// <summary>
/// My very first hypar function
@andrewheumann
andrewheumann / StarterFunction.cs
Last active November 15, 2020 19:41
Sample Hypar Function - Complete
using Elements;
using Elements.Geometry;
using System.Collections.Generic;
namespace StarterFunction
{
public static class StarterFunction
{
/// <summary>
/// My very first hypar function