Interface: ISolids

Defines the list of all creatable solid geometry primitives.

Methods

Name Description
CreateBox(IEnumerable<Double>, IEnumerable<Double>) Creates a box primitive generator.
CreateCone(IEnumerable<Double>, IEnumerable<Double>, Double, Double) Creates a cone primitive generator.
CreateCylinder(IEnumerable<Double>, IEnumerable<Double>, Double) Creates a cylinder primitive generator.
CreateSphere(IEnumerable<Double>, Double) Creates a sphere primitive generator.