Click or drag to resize
AB4D logo

Line3DFactoryCreateWireBox3D(Point3D, Size3D, Double, Color, Visual3D) Method

Creates 3D lines that represent a 3D Box.

Namespace: Ab3d.Models
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static GeometryModel3D CreateWireBox3D(
	Point3D centerPosition,
	Size3D size,
	double thickness,
	Color color,
	Visual3D parentVisual3D
)

Parameters

centerPosition  Point3D
Box center position
size  Size3D
Size of the box
thickness  Double
line thickness in screen coordinates
color  Color
color of the lines
parentVisual3D  Visual3D
parent Visual3D

Return Value

GeometryModel3D
lines model as GeometryModel3D
See Also