Click or drag to resize
AB4D logo

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
SystemObject
  Ab3d.MeshesTubeMesh3D

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

The TubeMesh3D type exposes the following members.

Constructors
Properties
 NameDescription
Public propertyCreatePolygonIndices Gets or sets a nullable Boolean that specifies if the created MeshGeometry3D will have PolygonIndices set to the PolygonIndicesProperty DependencyProperty. If this value is not set, then static CreatePolygonIndicesByDefault value is used. Default value is null.
Public propertyGeometry Gets the MeshGeometry3D that represents a 3D cone.
Top
See Also