|
Line3DFactoryCreateEllipseLine3D(Point3D, Vector3D, Vector3D, Double, Double, Int32, Double, Color, Visual3D) Method |
Creates 3D lines that represent a 3D ellipse.
Namespace: Ab3d.ModelsAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax public static GeometryModel3D CreateEllipseLine3D(
Point3D centerPosition,
Vector3D widthDirection,
Vector3D heightDirection,
double width,
double height,
int segments,
double lineThickness,
Color lineColor,
Visual3D parentVisual3D
)
Parameters
- centerPosition Point3D
- center position of the ellipse
- widthDirection Vector3D
- Vector3D that defines the direction of the width
- heightDirection Vector3D
- Vector3D that defines the direction of the height
- width Double
- width of the ellipse
- height Double
- height of the ellipse
- segments Int32
- the number of lines that are used to define the ellipse
- lineThickness Double
- line thickness in screen coordinates
- lineColor Color
- color of the lines
- parentVisual3D Visual3D
- parent Visual3D
Return Value
GeometryModel3DGeometryModel3D that defines the 3D ellipse
See Also