A3DProjectedPointCloudData Struct Reference

A3DProjectedPointCloudData structure. More...

Data Fields

A3DBool m_bIsInFace
 
A3DBool m_bSuccess
 
A3DDouble m_dDist
 
A3DDouble m_dEdgeParameter
 
A3DInt32 m_iBRepIndice
 
A3DInt32 m_iEdgeIndice
 
A3DInt32 m_iFaceIndice
 
A3DVector3dData m_sPt
 
A3DVector2dData m_sUV
 

Detailed Description

A3DProjectedPointCloudData structure.

Version
6.1

Field Documentation

◆ m_bSuccess

A3DBool A3DProjectedPointCloudData::m_bSuccess

Store if the point has been projected successfully or not.

◆ m_dDist

A3DDouble A3DProjectedPointCloudData::m_dDist

Distance between the point to project and the projected point.

◆ m_sPt

A3DVector3dData A3DProjectedPointCloudData::m_sPt

3D projected point.

◆ m_iBRepIndice

A3DInt32 A3DProjectedPointCloudData::m_iBRepIndice

Index of the RIBRepModel where the point has been projected.

◆ m_iFaceIndice

A3DInt32 A3DProjectedPointCloudData::m_iFaceIndice

Index of the face where the point has been projected.

◆ m_iEdgeIndice

A3DInt32 A3DProjectedPointCloudData::m_iEdgeIndice

Index of the edge where the point has been projected.

◆ m_sUV

A3DVector2dData A3DProjectedPointCloudData::m_sUV

2D projected point.

◆ m_dEdgeParameter

A3DDouble A3DProjectedPointCloudData::m_dEdgeParameter

Parameter on edge curve or on coedge curve if 3D curve is not present.

◆ m_bIsInFace

A3DBool A3DProjectedPointCloudData::m_bIsInFace

Tell if a point which is on edge is also inside or outside face.