|  | 
| Line3DFactoryCreateWireCross3D(Point3D, Double, Double, Color, Visual3D) Method | 
            Creates three perpendicular 3D lines that are crossing at the specified position and are specified linesLength long.
            
Namespace: Ab3d.ModelsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
 Syntax
Syntaxpublic static GeometryModel3D CreateWireCross3D(
	Point3D position,
	double linesLength,
	double thicknes,
	Color color,
	Visual3D parentVisual3D
)
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
- parentVisual3D  Visual3D
- parent Visual3D
Return Value
GeometryModel3Dlines model as GeometryModel3D
 See Also
See Also