GeometryModelMockups
-
class
cee.geo.
GeometryModelMockups
() Helper class for creating simple geometry models
Constructors
Methods
Methods
static populateModelWithLineSquaresParts
-
GeometryModelMockups.
populateModelWithLineSquaresParts
(model, numParts) Arguments: - model (
GeometryModel
) – None - numParts (
number
) – None
Populates the model with the given number of parts, with each part consisting of a line mesh formed as a square
Return type: void - model (
static populateModelWithSingleTriangleParts
-
GeometryModelMockups.
populateModelWithSingleTriangleParts
(model, numParts) Arguments: - model (
GeometryModel
) – None - numParts (
number
) – None
Populates the model with the given number of parts, with each part consisting of a single triangle.
Return type: void - model (
static populateModelWithTexturedQuadParts
-
GeometryModelMockups.
populateModelWithTexturedQuadParts
(model, numParts, texture) Arguments: - model (
GeometryModel
) – None - numParts (
number
) – None - texture (
Texture
) – None
Populates the model with the given number of parts, with each part consisting of a textured quad.
Return type: void - model (