Click or drag to resize
AB4D logo

TubePathMesh3D Class

TubePathMesh3D class is used to create MeshGeometry3D that represents 3D tubes that follow the specified path.
Inheritance Hierarchy
SystemObject
  Ab3d.MeshesTubePathMesh3D

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public class TubePathMesh3D : IMesh3D

The TubePathMesh3D type exposes the following members.

Constructors
 NameDescription
Public methodTubePathMesh3D(Point3DCollection, Double, Boolean, Boolean, Boolean, Int32) Constructor
Public methodTubePathMesh3D(Point3DCollection, PointCollection, Double, Boolean, Boolean, Int32) Constructor that takes texture coordinates for each path position as parameter
Top
Properties
 NameDescription
Public propertyGeometry Gets the MeshGeometry3D that represents a 3D cone.
Top
See Also