
##########################
A3DProjectedPointCloudData
##########################

.. c:struct:: A3DProjectedPointCloudData

   :c:struct:`~A3DProjectedPointCloudData` structure. 
   
   
      6.1 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DProjectedPointCloudData.m_bSuccess`
   * :c:member:`~A3DProjectedPointCloudData.m_dDist`
   * :c:member:`~A3DProjectedPointCloudData.m_sPt`
   * :c:member:`~A3DProjectedPointCloudData.m_iBRepIndice`
   * :c:member:`~A3DProjectedPointCloudData.m_iFaceIndice`
   * :c:member:`~A3DProjectedPointCloudData.m_iEdgeIndice`
   * :c:member:`~A3DProjectedPointCloudData.m_sUV`
   * :c:member:`~A3DProjectedPointCloudData.m_dEdgeParameter`
   * :c:member:`~A3DProjectedPointCloudData.m_bIsInFace`
   
   



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

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


.. c:member:: A3DBool A3DProjectedPointCloudData.m_bSuccess

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Store if the point has been projected successfully or not. 
      



.. c:member:: A3DDouble A3DProjectedPointCloudData.m_dDist

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDouble`
      
      Distance between the point to project and the projected point. 
      
      Or if probe radius is set, distance to probe sphere 
      



.. c:member:: A3DVector3dData A3DProjectedPointCloudData.m_sPt

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DVector3dData`
      
      3D projected point. 
      



.. c:member:: A3DInt32 A3DProjectedPointCloudData.m_iBRepIndice

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      Index of the RIBRepModel where the point has been projected. 
      



.. c:member:: A3DInt32 A3DProjectedPointCloudData.m_iFaceIndice

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      Index of the face where the point has been projected. 
      



.. c:member:: A3DInt32 A3DProjectedPointCloudData.m_iEdgeIndice

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DInt32`
      
      Index of the edge where the point has been projected. 
      



.. c:member:: A3DVector2dData A3DProjectedPointCloudData.m_sUV

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DVector2dData`
      
      2D projected point. 
      



.. c:member:: A3DDouble A3DProjectedPointCloudData.m_dEdgeParameter

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDouble`
      
      Parameter on edge curve or on coedge curve if 3D curve is not present. 
      



.. c:member:: A3DBool A3DProjectedPointCloudData.m_bIsInFace

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Tell if a point which is on edge is also inside or outside face. 
      




