Click or drag to resize
AB4D logo

TubeLineMesh3D Class

TubeLineMesh3D class is used to create MeshGeometry3D that represents a 3D line from StartPosition to EndPosition created with 3D tube.
Inheritance Hierarchy
SystemObject
  Ab3d.MeshesTubeLineMesh3D

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

The TubeLineMesh3D type exposes the following members.

Constructors
 NameDescription
Public methodTubeLineMesh3D Constructor
Top
Properties
 NameDescription
Public propertyGeometry Gets the MeshGeometry3D that represents a 3D cone.
Top
See Also