Click or drag to resize
AB4D logo

ArrowMesh3D(Point3D, Point3D, Double, Double, Double, Int32, Boolean) Constructor

Constructor

Namespace: Ab3d.Meshes
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public ArrowMesh3D(
	Point3D startPosition,
	Point3D endPosition,
	double radius,
	double arrowRadius,
	double arrowAngle,
	int segments,
	bool generateTextureCoordinates
)

Parameters

startPosition  Point3D
Point3D that defined the start position of the 3D object (center of the circle defined by the first section)
endPosition  Point3D
Point3D that defined the end position of the 3D arrow
radius  Double
radius of the cone that defines the 3D line (without arrow)
arrowRadius  Double
radius of the arrow - half of the arrow width
arrowAngle  Double
angle of the arrow in degrees
segments  Int32
number of segments that define the circles used to create sections
generateTextureCoordinates  Boolean
if true than texture coordinates are generated (created mesh is more complicated in this case)
See Also