Method Union
Union(IEnumerable<IImplicitShape<GridPoint2>>)
Creates a 2D Union Shape.
public static IImplicitShape<GridPoint2> Union(IEnumerable<IImplicitShape<GridPoint2>> shapes)Parameters
- shapesIEnumerable<IImplicitShape<GridPoint2>>
- List of shapes that can be united. 
Returns
Union<TPoint>(IImplicitShape<TPoint>, IImplicitShape<TPoint>)
Creates a generic Function Shape that works as a Generic Union.
public static IImplicitShape<TPoint> Union<TPoint>(IImplicitShape<TPoint> shape1, IImplicitShape<TPoint> shape2)Parameters
- shape1IImplicitShape<TPoint>
- First shape. 
- shape2IImplicitShape<TPoint>
- Second shape. 
Returns
- IImplicitShape<TPoint>
Type Parameters
- TPoint
- Type of the point. 
Union<TPoint>(IEnumerable<IImplicitShape<TPoint>>)
Creates a generic Function Shape that works as a Generic Union.
public static IImplicitShape<TPoint> Union<TPoint>(IEnumerable<IImplicitShape<TPoint>> shapes)Parameters
- shapesIEnumerable<IImplicitShape<TPoint>>
- IEnumerable list of shapes. 
Returns
- IImplicitShape<TPoint>
Type Parameters
- TPoint
- Type of the point.