Gets a stream that can be used to write
IndexTriangle primitives into the buffer.
Namespace: Autodesk.Revit.DB.DirectContext3DAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IndexStreamTriangle GetIndexStreamTriangle()
Return Value
IndexStreamTriangle
The stream that can be used to write into this buffer.
Exceptions
| Exception | Condition |
|---|
| InvalidOperationException |
Thrown if the buffer is not mapped.
-or-
Thrown if the buffer has insufficient space.
|
See Also
Reference