A3DProjectedPointCloudData

struct A3DProjectedPointCloudData

deprecated

A3DProjectedPointCloudData structure.

6.1

Variables

A3DBool A3DProjectedPointCloudData.m_bSuccess

Store if the point has been projected successfully or not.

A3DDouble A3DProjectedPointCloudData.m_dDist

Distance between the point to project and the projected point.

Or if probe radius is set, distance to probe sphere

A3DVector3dData A3DProjectedPointCloudData.m_sPt

3D projected point.

A3DInt32 A3DProjectedPointCloudData.m_iBRepIndice

Index of the RIBRepModel where the point has been projected.

A3DInt32 A3DProjectedPointCloudData.m_iFaceIndice

Index of the face where the point has been projected.

A3DInt32 A3DProjectedPointCloudData.m_iEdgeIndice

Index of the edge where the point has been projected.

A3DVector2dData A3DProjectedPointCloudData.m_sUV

2D projected point.

A3DDouble A3DProjectedPointCloudData.m_dEdgeParameter

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

A3DBool A3DProjectedPointCloudData.m_bIsInFace

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