Interface ICD_TriangleMesh
Namespace: STCoDeTypes
Assembly: STCoDeTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("DCDC3785-8F9C-4F1C-A9AD-98A5E87B3AF1")]
public interface ICD_TriangleMeshMethods
GetTriCount()
Declaration
int GetTriCount()Returns
| Type | Description | 
|---|---|
| int | 
GetTriangle3v(int, out TST3SPoint, out TST3SPoint, out TST3SPoint)
Declaration
void GetTriangle3v(int i, out TST3SPoint p1, out TST3SPoint p2, out TST3SPoint p3)Parameters
| Type | Name | Description | 
|---|---|---|
| int | i | |
| TST3SPoint | p1 | |
| TST3SPoint | p2 | |
| TST3SPoint | p3 |