Show / Hide Table of Contents

Interface ITubeMesh

Namespace: VRSketchingGeometry.Meshing
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
Type Description
CrossSection

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
In This Article
Back to top Generated by DocFX