CreateBox(IEnumerable<double>, IEnumerable<double>)

Creates a box primitive generator.

Declaration Syntax

public ISolidBox CreateBox(IEnumerable<double> pt1, IEnumerable<double> pt2)

Parameters

pt1(IEnumerable<double>)

First point of the box.

pt2(IEnumerable<double>)

Second point of the box.