Click or drag to resize
AB4D logo

Line3DFactoryCreateWireBox3D(Rect3D, Double, Color, Viewport3D) 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(
	Rect3D rect,
	double thickness,
	Color color,
	Viewport3D parentViewport3D
)

Parameters

rect  Rect3D
Rect3D that defines the 3D Box
thickness  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