Click or drag to resize
AB4D logo

Line3DFactoryCreateWireCross3D(Point3D, Double, Double, Color, Viewport3D) Method

Creates three perpendicular 3D lines that are crossing at the specified position and are specified linesLength long.

Namespace: Ab3d.Models
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static GeometryModel3D CreateWireCross3D(
	Point3D position,
	double linesLength,
	double thicknes,
	Color color,
	Viewport3D parentViewport3D
)

Parameters

position  Point3D
position of the lines crossing
linesLength  Double
length of the lines
thicknes  Double
line thickness in screen coordinates
color  Color
color of the lines
parentViewport3D  Viewport3D
parent Viewport3D

Return Value

GeometryModel3D
lines model as GeometryModel3D
See Also