Click or drag to resize

GeometryHandlerOnPolygon Method

Describes a request to render a primitive closed polygon

Namespace:  Atalasoft.Imaging.Codec.CadCam
Assembly:  Atalasoft.dotImage.Dwg (in Atalasoft.dotImage.Dwg.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public virtual void OnPolygon(
	double[] vertices,
	double[] normal
)

Parameters

vertices
Type: SystemDouble
An array of points representing a polygon. This is a primitive shape and can not be reduced further
normal
Type: SystemDouble
The normal vector from the surface of the shape in 3D coordinates in the order X, Y, Z.
See Also