
#########################
A3DTopoMultipleVertexData
#########################

.. c:struct:: A3DTopoMultipleVertexData

   Structure for a vertex defined with multiple positions.
   
   
      2.0
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DTopoMultipleVertexData.m_uiSize`
   * :c:member:`~A3DTopoMultipleVertexData.m_pPts`
   
   



.. rst-class:: kind-group kind-variable

.. rubric:: Variables
   :class: kind-group-title


.. c:member:: A3DUns32 A3DTopoMultipleVertexData.m_uiSize

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      The size of :c:member:`m_pPts <A3DTopoMultipleVertexData.m_pPts>`\ .
      



.. c:member:: A3DVector3dData* A3DTopoMultipleVertexData.m_pPts

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DVector3dData`\ \*
      
      Collection of 3D points.
      




