ISolidBox ISolids.CreateBox(IEnumerable<Double> pt1, IEnumerable<Double> pt2)

Creates a box primitive generator.

Parameters

  • pt1
    Type: IEnumerable<Double>
    First point of the box.
  • pt2
    Type: IEnumerable<Double>
    Second point of the box.

Return Value

Type: ISolidBox
Returns the solid box generator.