A3DProjectPointCloudManagerDataFromRI Struct Reference

A3DProjectPointCloudManagerDataFromRI sructure. More...

Data Fields

A3DBool m_bUseExactComputation
 
A3DDouble ** m_pOptPlacements
 
A3DRiRepresentationItem ** m_pRepItems
 
A3DUns32 m_uRepItemSize
 
A3DUns16 m_usStructSize
 

Detailed Description

Field Documentation

A3DUns16 A3DProjectPointCloudManagerDataFromRI::m_usStructSize

Reserved; must be initialized with A3D_INITIALIZE_DATA.

A3DUns32 A3DProjectPointCloudManagerDataFromRI::m_uRepItemSize

m_uRepItemSize number of element in pRepItems.

A3DRiRepresentationItem** A3DProjectPointCloudManagerDataFromRI::m_pRepItems

pRepItem Array of representation item. Only A3DRiBrepModel is supported

A3DDouble** A3DProjectPointCloudManagerDataFromRI::m_pOptPlacements

Optional array of representation item placements (16 A3DDouble matrix).

A3DBool A3DProjectPointCloudManagerDataFromRI::m_bUseExactComputation

Flag to use exact topology. When this flag is false, the algorithm drops the point cloud on the faceted geometry, otherwise, the exact topology is used.