|
TubePathMesh3D(Point3DCollection, Double, Boolean, Boolean, Boolean, Int32) Constructor |
Constructor
Namespace: Ab3d.MeshesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public TubePathMesh3D(
Point3DCollection pathPositions,
double radius,
bool isTubeClosed,
bool isPathClosed,
bool generateTextureCoordinates,
int segments
)
Parameters
- pathPositions Point3DCollection
- Point3DCollection that defines the tube path
- 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
- generateTextureCoordinates Boolean
- specifies if texture coordinates are generated
- segments Int32
- segments
See Also