Description:

Creates preview line segments of the hatch pattern.

Syntax:
public Line[] CreatePreviewGeometry(
int width,
int height,
double angle
)
Parameters:
  • width
  • Type: int
  • The width of the preview.
  • height
  • Type: int
  • The height of the preview.
  • angle
  • Type: double
  • The rotation angle of the pattern display in radians.
Returns:
Type: Line[]
The preview line segments if successful, an empty array on failure.
Available since:
6.8

/
/
/
CreatePreviewGeometry

CreatePreviewGeometry method

Class:  Rhino.DocObjects.HatchPattern

Nothing found