Interface ITubeMesh
Assembly: VRSketchingGeometry.dll
Syntax
public interface ITubeMesh
Methods
GenerateMesh(List<Vector3>)
Declaration
Mesh GenerateMesh(List<Vector3> points)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.List<UnityEngine.Vector3> |
points |
|
Returns
| Type |
Description |
| UnityEngine.Mesh |
|
GetCrossSection()
Declaration
CrossSection GetCrossSection()
Returns
ReplacePoints(List<Vector3>, Int32, Int32, Int32)
Declaration
Mesh ReplacePoints(List<Vector3> points, int index, int addCount, int removeCount)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.List<UnityEngine.Vector3> |
points |
|
| System.Int32 |
index |
|
| System.Int32 |
addCount |
|
| System.Int32 |
removeCount |
|
Returns
| Type |
Description |
| UnityEngine.Mesh |
|
SetCrossSection(List<Vector3>, CrossSection)
Declaration
Mesh SetCrossSection(List<Vector3> points, CrossSection crossSection)
Parameters
| Type |
Name |
Description |
| System.Collections.Generic.List<UnityEngine.Vector3> |
points |
|
| CrossSection |
crossSection |
|
Returns
| Type |
Description |
| UnityEngine.Mesh |
|