Public Member Functions | |
| HRESULT | GetNumTriangles ([out, retval] RtDWORD *dwNumVertices) |
| HRESULT | SetNumTriangles ([in] RtDWORD dwNumTriangles) |
Properties | |
| RtUlong * | i ([in] RtDWORD dwIndex) [get] |
| RtUlong | i ([in] RtDWORD dwIndex) [set] |
| RtUlong * | j ([in] RtDWORD dwIndex) [get] |
| RtUlong | j ([in] RtDWORD dwIndex) [set] |
| RtUlong * | k ([in] RtDWORD dwIndex) [get] |
| RtUlong | k ([in] RtDWORD dwIndex) [set] |
| HRESULT IRdGeometryIdentificationTriangleStream::GetNumTriangles | ( | [out, retval] RtDWORD * | dwNumVertices | ) |
standard HRESULT processing can be applied to returned value.
| HRESULT IRdGeometryIdentificationTriangleStream::SetNumTriangles | ( | [in] RtDWORD | dwNumTriangles | ) |
| dwNumTriangles | [in] Set number of triangles. |
RtUlong * IRdGeometryIdentificationTriangleStream::i([in] RtDWORD dwIndex) [get] |
Get index of first UV coordinate of i-th triangle.
| dwIndex | [in] Triangle Index value. |
standard HRESULT processing can be applied to returned value.
RtUlong IRdGeometryIdentificationTriangleStream::i([in] RtDWORD dwIndex) [set] |
Set index of first UV coordinate of i-th triangle.
| dwIndex | [in] Triangle index value. | |
| newVal | [in] Index value to set. |
RtUlong * IRdGeometryIdentificationTriangleStream::j([in] RtDWORD dwIndex) [get] |
Get index of second UV coordinate of i-th triangle.
| dwIndex | [in] Triangle Index value. |
standard HRESULT processing can be applied to returned value.
RtUlong IRdGeometryIdentificationTriangleStream::j([in] RtDWORD dwIndex) [set] |
Set index of second UV coordinate of i-th triangle.
| dwIndex | [in] Triangle index value. | |
| newVal | [in] Index value to set. |
RtUlong* IRdGeometryIdentificationTriangleStream::k([in] RtDWORD dwIndex) [get] |
Get index of third UV coordinate of i-th triangle.
| dwIndex | [in] Triangle Index value. |
standard HRESULT processing can be applied to returned value.
RtUlong IRdGeometryIdentificationTriangleStream::k([in] RtDWORD dwIndex) [set] |
Set index of third UV coordinate of i-th triangle.
| dwIndex | [in] Triangle index value. | |
| newVal | [in] Index value to set. |
1.5.5