|
Line3DFactoryCreateWireBox3D(Point3D, Size3D, Double, Color, Viewport3D) Method |
Creates 3D lines that represent a 3D Box.
Namespace: Ab3d.ModelsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static GeometryModel3D CreateWireBox3D(
Point3D centerPosition,
Size3D size,
double thickness,
Color color,
Viewport3D parentViewport3D
)
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
- parentViewport3D Viewport3D
- parent Viewport3D
Return Value
GeometryModel3Dlines model as GeometryModel3D
See Also