|
Line3DFactoryCreateAxis3D(Double, Double, Color, Viewport3D) Method |
Creates a simple 3D axis that is created from 3 lines - one for x axis, one for y axis and one for z axis.
Namespace: Ab3d.ModelsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static Model3D CreateAxis3D(
double length,
double thickness,
Color color,
Viewport3D parentViewport3D
)
Parameters
- length Double
- length of the lines
- thickness Double
- line thickness in screen coordinates
- color Color
- color of the lines
- parentViewport3D Viewport3D
- parent Viewport3D
Return Value
Model3DModel3D that defines the axis
See Also