 |
TubePathMesh3D Class |
TubePathMesh3D class is used to create MeshGeometry3D that represents 3D tubes that follow the specified path.
Inheritance Hierarchy Namespace: Ab3d.MeshesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntaxpublic class TubePathMesh3D : IMesh3D
The TubePathMesh3D type exposes the following members.
Constructors | Name | Description |
---|
 | TubePathMesh3D(Point3DCollection, Double, Boolean, Boolean, Boolean, Int32) |
Constructor
|
 | TubePathMesh3D(Point3DCollection, PointCollection, Double, Boolean, Boolean, Int32) |
Constructor that takes texture coordinates for each path position as parameter
|
Top
Properties | Name | Description |
---|
 | Geometry |
Gets the MeshGeometry3D that represents a 3D cone.
|
Top
See Also