.. role:: ts-api-decorator

####################
GeometryModelMockups
####################

.. js:module:: cee.geo
   :noindex:

.. container:: ts-api-section

   .. js:class:: GeometryModelMockups

      Helper class for creating simple geometry models



.. container:: api-index-section

   .. rubric:: Constructors

   .. rst-class:: api-index-list-item api-kind-constructor api-parent-kind-class

   * :js:meth:`~cee.geo.GeometryModelMockups.constructor`



.. container:: api-index-section

   .. rubric:: Methods

   .. rst-class:: api-index-list-item api-kind-method api-parent-kind-class

   * :js:meth:`~cee.geo.GeometryModelMockups.populateModelWithLineSquaresParts`
   * :js:meth:`~cee.geo.GeometryModelMockups.populateModelWithSingleTriangleParts`
   * :js:meth:`~cee.geo.GeometryModelMockups.populateModelWithTexturedQuadParts`





------------

Constructors
============

.. container:: ts-api-section

   .. js:function:: GeometryModelMockups.constructor()



      :rtype: GeometryModelMockups



Methods
=======

.. rst-class:: ts-api-section

:ts-api-decorator:`static` populateModelWithLineSquaresParts
------------------------------------------------------------

.. js:method:: GeometryModelMockups.populateModelWithLineSquaresParts( model, numParts)

   :param model: None
   :type model: GeometryModel
   :param numParts: None
   :type numParts: number


   Populates the model with the given number of parts, with each part consisting of a line mesh formed as a square


   :rtype: void

.. rst-class:: ts-api-section

:ts-api-decorator:`static` populateModelWithSingleTriangleParts
---------------------------------------------------------------

.. js:method:: GeometryModelMockups.populateModelWithSingleTriangleParts( model, numParts)

   :param model: None
   :type model: GeometryModel
   :param numParts: None
   :type numParts: number


   Populates the model with the given number of parts, with each part consisting of a single triangle.


   :rtype: void

.. rst-class:: ts-api-section

:ts-api-decorator:`static` populateModelWithTexturedQuadParts
-------------------------------------------------------------

.. js:method:: GeometryModelMockups.populateModelWithTexturedQuadParts( model, numParts, texture)

   :param model: None
   :type model: GeometryModel
   :param numParts: None
   :type numParts: number
   :param texture: None
   :type texture: Texture


   Populates the model with the given number of parts, with each part consisting of a textured quad.


   :rtype: void

