Interface ILspShapeDiscretizer

All Known Implementing Classes:
TLspShapeDiscretizer

public interface ILspShapeDiscretizer
Interface for a class that can discretize geometric shapes into a format that is easier to use for painters. The result of a discretization is an ALspEditable3DMesh object, that describes the shape using geometric primitives such as lines and triangles. Discretization is performed by the discretize method, and can be tweaked by the parameters defined in TLspShapeDiscretizationParameters. A TLspDiscretizationException is thrown when a given object cannot be discretized with the specified parameters.
Since:
2012.0
See Also: