| TriMeshIndicesToArray Method (Int32) |
Convert the indices to 32bit integer array
Namespace: Aspose.ThreeD.EntitiesAssembly: Aspose.3D (in Aspose.3D.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic void IndicesToArray(
out int[] result
)
Public Sub IndicesToArray (
<OutAttribute> ByRef result As Integer()
)
public:
void IndicesToArray(
[OutAttribute] array<int>^% result
)
member IndicesToArray :
result : int[] byref -> unit
Parameters
- result
- Type: SystemInt32
See Also