Click or drag to resize
AB4D logo

TubePathMesh3D(Point3DCollection, PointCollection, Double, Boolean, Boolean, Int32) Constructor

Constructor that takes texture coordinates for each path position as parameter

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public TubePathMesh3D(
	Point3DCollection pathPositions,
	PointCollection pathPositionTextureCoordinates,
	double radius,
	bool isTubeClosed,
	bool isPathClosed,
	int segments
)

Parameters

pathPositions  Point3DCollection
Point3DCollection that defines the tube path
pathPositionTextureCoordinates  PointCollection
PointCollection that contains texture coordinates for each path position
radius  Double
tube radius
isTubeClosed  Boolean
true is start and end of tube is closed
isPathClosed  Boolean
true is end position is connected to start position
segments  Int32
segments
See Also