|
Line3DFactoryCreateHorizontalWireGrid(Point3D, Size, Int32, Int32, Double, Color, Visual3D) Method |
Creates a horizontally aligned grid defined by 3D lines.
Namespace: Ab3d.ModelsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static GeometryModel3D CreateHorizontalWireGrid(
Point3D centerPosition,
Size size,
int widthCellsCount,
int heightCellsCount,
double lineThickness,
Color lineColor,
Visual3D parentVisual3D
)
Parameters
- centerPosition Point3D
- grid center position
- size Size
- size of the grid
- widthCellsCount Int32
- number of cells in the width direction
- heightCellsCount Int32
- number of cells in the height direction
- lineThickness Double
- thickness of the used lines in screen coordinates
- lineColor Color
- color of used lines
- parentVisual3D Visual3D
- parent Visual3D
Return Value
GeometryModel3DGeometryModel3D that defines the horizontally aligned grid
See Also