Click or drag to resize
AB4D logo

TubeMesh3D(Point3D, Vector3D, Double, Double, Double, Double, Double, Int32, Double, Double) 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 bottomOuterRadius,
	double bottomInnerRadius,
	double topOuterRadius,
	double topInnerRadius,
	double height,
	int segments,
	double startAngle = 0,
	double endAngle = 360
)

Parameters

bottomCenterPosition  Point3D
bottomCenterPosition
heightDirection  Vector3D
direction of height
bottomOuterRadius  Double
bottomOuterRadius
bottomInnerRadius  Double
bottomInnerRadius
topOuterRadius  Double
topOuterRadius
topInnerRadius  Double
topInnerRadius
height  Double
height
segments  Int32
segments
startAngle  Double  (Optional)
start angle in degrees (0 by default)
endAngle  Double  (Optional)
end angle in degrees (0 by default)
See Also