
######################
A3DCrvIntersectionData
######################

.. c:struct:: A3DCrvIntersectionData

   Intersection structure. 
   
   
      2.0 
   
   
   
   Index
   =====
   
   .. rubric:: Variables
   
   
   .. rst-class:: api-xref-list
   
   
   * :c:member:`~A3DCrvIntersectionData.m_bIs2D`
   * :c:member:`~A3DCrvIntersectionData.m_sTrsf`
   * :c:member:`~A3DCrvIntersectionData.m_sParam`
   * :c:member:`~A3DCrvIntersectionData.m_pSurface1`
   * :c:member:`~A3DCrvIntersectionData.m_pSurface2`
   * :c:member:`~A3DCrvIntersectionData.m_bSensSurface1`
   * :c:member:`~A3DCrvIntersectionData.m_bSensSurface2`
   * :c:member:`~A3DCrvIntersectionData.m_bSens`
   * :c:member:`~A3DCrvIntersectionData.m_uiCrossingPtsSize`
   * :c:member:`~A3DCrvIntersectionData.m_pCrossingPts`
   * :c:member:`~A3DCrvIntersectionData.m_sStartLimitPoint`
   * :c:member:`~A3DCrvIntersectionData.m_sStartLimitType`
   * :c:member:`~A3DCrvIntersectionData.m_sEndLimitPoint`
   * :c:member:`~A3DCrvIntersectionData.m_sEndLimitType`
   * :c:member:`~A3DCrvIntersectionData.m_dChordalError`
   * :c:member:`~A3DCrvIntersectionData.m_dAngularError`
   * :c:member:`~A3DCrvIntersectionData.m_bParameterizationDefinitionRespected`
   
   



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

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


.. c:member:: A3DBool A3DCrvIntersectionData.m_bIs2D

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      A value of true specifies a 2D curve; and a value of false specifies a 3D curve. 
      



.. c:member:: A3DMiscCartesianTransformationData A3DCrvIntersectionData.m_sTrsf

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DMiscCartesianTransformationData`
      
      Cartesian transformation. 
      



.. c:member:: A3DParameterizationData A3DCrvIntersectionData.m_sParam

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DParameterizationData`
      
      Parameterization. 
      



.. c:member:: A3DSurfBase* A3DCrvIntersectionData.m_pSurface1

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DSurfBase`\ *
      
      Surface 1. 
      



.. c:member:: A3DSurfBase* A3DCrvIntersectionData.m_pSurface2

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DSurfBase`\ *
      
      Surface 2. 
      



.. c:member:: A3DBool A3DCrvIntersectionData.m_bSensSurface1

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      True if sense is the same as surface 1; false otherwise. 
      



.. c:member:: A3DBool A3DCrvIntersectionData.m_bSensSurface2

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      True if sense is the same as surface 2; false otherwise. 
      



.. c:member:: A3DBool A3DCrvIntersectionData.m_bSens

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      True if the sense of the intersection sense is surface 1 cross surface 2; false otherwise. 
      



.. c:member:: A3DUns32 A3DCrvIntersectionData.m_uiCrossingPtsSize

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DUns32`
      
      Number of crossing points. 
      



.. c:member:: A3DCrossingPointsCrvIntersectionData* A3DCrvIntersectionData.m_pCrossingPts

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DCrossingPointsCrvIntersectionData`\ *
      
      Array of crossing points. 
      



.. c:member:: A3DVector3dData A3DCrvIntersectionData.m_sStartLimitPoint

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DVector3dData`
      
      Start limit point. 
      



.. c:member:: A3DEIntersectionLimitType A3DCrvIntersectionData.m_sStartLimitType

      .. rst-class:: sig-pretty-signature
      
         | :c:enum:`~A3DEIntersectionLimitType`
      
      Start limit type. 
      



.. c:member:: A3DVector3dData A3DCrvIntersectionData.m_sEndLimitPoint

      .. rst-class:: sig-pretty-signature
      
         | :c:struct:`~A3DVector3dData`
      
      End limit point. 
      



.. c:member:: A3DEIntersectionLimitType A3DCrvIntersectionData.m_sEndLimitType

      .. rst-class:: sig-pretty-signature
      
         | :c:enum:`~A3DEIntersectionLimitType`
      
      End limit type. 
      



.. c:member:: A3DDouble A3DCrvIntersectionData.m_dChordalError

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDouble`
      
      Chordal error. 
      



.. c:member:: A3DDouble A3DCrvIntersectionData.m_dAngularError

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DDouble`
      
      Angular error. 
      



.. c:member:: A3DBool A3DCrvIntersectionData.m_bParameterizationDefinitionRespected

      .. rst-class:: sig-pretty-signature
      
         | :c:type:`~A3DBool`
      
      Parameterization definition respected. 
      




