
#####################################
A3DProjectPointCloudManagerDataFromRI
#####################################

.. c:struct:: A3DProjectPointCloudManagerDataFromRI

   :c:struct:`~A3DProjectPointCloudManagerDataFromRI` sructure. 
   
   
      8.1 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DProjectPointCloudManagerDataFromRI.m_uRepItemSize`
   * :c:member:`~A3DProjectPointCloudManagerDataFromRI.m_pRepItems`
   * :c:member:`~A3DProjectPointCloudManagerDataFromRI.m_pOptPlacements`
   * :c:member:`~A3DProjectPointCloudManagerDataFromRI.m_bUseExactComputation`
   
   



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

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


.. c:member:: A3DUns32 A3DProjectPointCloudManagerDataFromRI.m_uRepItemSize

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      m_uRepItemSize number of element in pRepItems. 
      



.. c:member:: A3DRiRepresentationItem** A3DProjectPointCloudManagerDataFromRI.m_pRepItems

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DRiRepresentationItem`\ **
      
      pRepItem Array of representation item. 
      
      :c:type:`~A3DRiBrepModel` and :c:type:`~A3DRiPolyBrepModel` are supported 
      



.. c:member:: A3DDouble** A3DProjectPointCloudManagerDataFromRI.m_pOptPlacements

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDouble`\ **
      
      Optional array of representation item placements (16 :c:type:`~A3DDouble` matrix). 
      



.. c:member:: A3DBool A3DProjectPointCloudManagerDataFromRI.m_bUseExactComputation

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Flag to use exact topology. 
      
      When this flag is false, the algorithm drops the point cloud on the faceted geometry, otherwise, the exact topology is used. 
      




