Creates four sketch lines representing a rectangle where the first two points are the base corners of the rectangle and the third point defines the height.
"sketchLines_var" is a variable referencing a SketchLines object.
|
"sketchLines_var" is a variable referencing a SketchLines object.
|
Type | Description |
SketchLineList | Returns the four new sketch lines or null if the creation failed. |
Name | Type | Description |
pointOne | Base | The first corner of the rectangle. It can be a SketchPoint or Point3D object. |
pointTwo | Base | The first corner of the rectangle. It can be a SketchPoint or Point3D object. |
pointThree | Point3D | The first corner of the rectangle. a Point3D object defining the height of the rectangle. |
Name | Description |
API Sample that demonstrates creating sketch lines in various ways. | Demonstrates several ways to create sketch lines, including as the result of creating a rectangle. |
SketchLines.addThreePointRectangle | Demonstrates the SketchLines.addThreePointRectangle method. |