A3DProjectedPointCloudData
Fields
A3DBool |
m_bSuccess |
A3DDouble |
m_dDist |
| A3DVector3dData | m_sPt |
A3DInt32 |
m_iBRepIndice |
A3DInt32 |
m_iFaceIndice |
A3DInt32 |
m_iEdgeIndice |
| A3DVector2dData | m_sUV |
A3DDouble |
m_dEdgeParameter |
A3DBool |
m_bIsInFace |
Detailed Description
-
struct
A3DProjectedPointCloudData A3DProjectedPointCloudData structure.
- Version
- 6.1
Public Members
-
A3DBool
m_bSuccess Store if the point has been projected successfully or not.
-
A3DDouble
m_dDist Distance between the point to project and the projected point.
Or if probe radius is set, distance to probe sphere
-
A3DVector3dData
m_sPt 3D projected point.
-
A3DInt32
m_iBRepIndice Index of the RIBRepModel where the point has been projected.
-
A3DInt32
m_iFaceIndice Index of the face where the point has been projected.
-
A3DInt32
m_iEdgeIndice Index of the edge where the point has been projected.
-
A3DVector2dData
m_sUV 2D projected point.
-
A3DDouble
m_dEdgeParameter Parameter on edge curve or on coedge curve if 3D curve is not present.
-
A3DBool
m_bIsInFace Tell if a point which is on edge is also inside or outside face.