Public Member Functions | |
| HRESULT | GetNumCoords ([out, retval] RtDWORD *dwNumCoords) |
| HRESULT | SetNumCoords ([in] RtDWORD dwNumCoords) |
Properties | |
| RtFloat * | u ([in] RtDWORD dwIndex) [get] |
| RtFloat | u ([in] RtDWORD dwIndex) [set] |
| RtFloat * | v ([in] RtDWORD dwIndex) [get] |
| RtFloat | v ([in] RtDWORD dwIndex) [set] |
The stream is part of IRdMesh and is stored in Custom stream group. Stream is identified by STREAMID_GEOMETRY_IDENTIFICATION id.
| HRESULT IRdGeometryIdentificationStream::GetNumCoords | ( | [out, retval] RtDWORD * | dwNumCoords | ) |
Get number of geometry identification coordinates.
standard HRESULT processing can be applied to returned value.
| HRESULT IRdGeometryIdentificationStream::SetNumCoords | ( | [in] RtDWORD | dwNumCoords | ) |
Set number of geometry identification coordinates.
| dwNumCoords | [in] Set number of coordinates. |
RtFloat* IRdGeometryIdentificationStream::u([in] RtDWORD dwIndex) [get] |
Get U coordinate of i-th item.
| dwIndex | [in] Index item. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdGeometryIdentificationStream::u([in] RtDWORD dwIndex) [set] |
Set U coordinate of i-th item.
| dwIndex | [in] Index item. | |
| newVal | [in] U coordinate to set. |
RtFloat* IRdGeometryIdentificationStream::v([in] RtDWORD dwIndex) [get] |
Get V coordinate of i-th item.
| dwIndex | [in] Index item. |
standard HRESULT processing can be applied to returned value.
RtFloat IRdGeometryIdentificationStream::v([in] RtDWORD dwIndex) [set] |
Set V coordinate of i-th item.
| dwIndex | [in] Index item. | |
| newVal | [in] V coordinate to set. |
1.5.5