|
TubeMesh3D Class |
TubeMesh3D class is used to create MeshGeometry3D that represents a 3D tube.
A tube is a 3D object that can have different inner and outer radius on both top and bottom.
This class can produce optimized tubes in two cases: 1) when Height is zero, it produces circle with a hole;
2) when both inner radius are zero, it produces cylinder.
Inheritance Hierarchy Namespace: Ab3d.MeshesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public class TubeMesh3D : IMesh3D
The TubeMesh3D type exposes the following members.
Constructors | Name | Description |
---|
| TubeMesh3D(Point3D, Double, Double, Double, Int32) |
Constructor
|
| TubeMesh3D(Point3D, Vector3D, Double, Double, Double, Int32) |
Constructor
|
| TubeMesh3D(Point3D, Vector3D, Double, Double, Double, Double, Double, Int32, Double, Double) |
Constructor
|
TopProperties See Also