IQuad3D IFactory3D.CreateQuad(Double x, Double y)

Create a quad from (0, 0, 0) to (x, y, 0).

Parameters

  • x
    Type: Double
    The size along the x axis.
  • y
    Type: Double
    The size along the y axis.

Return Value

Type: IQuad3D
Returns the quad.