Click or drag to resize
AB4D logo

TubeMesh3D(Point3D, Vector3D, Double, Double, Double, Int32) Constructor

Constructor

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public TubeMesh3D(
	Point3D bottomCenterPosition,
	Vector3D heightDirection,
	double outerRadius,
	double innerRadius,
	double height,
	int segments
)

Parameters

bottomCenterPosition  Point3D
bottomCenterPosition
heightDirection  Vector3D
direction of height
outerRadius  Double
outerRadius
innerRadius  Double
innerRadius
height  Double
height
segments  Int32
segments
See Also