SketchLines.addTwoPointRectangle Method
Parent Object:
SketchLinesDefined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/SketchLines.h>
Description
Creates four sketch lines representing a rectangle where the two points are the opposing corners of the rectangle. The input points can be either existing SketchPoints or Point3D objects. If a SketchPoint is used the new lines will be based on that sketch point and update if the sketch point is modified.
Syntax
"sketchLines_var" is a variable referencing a SketchLines object.returnValue = sketchLines_var.addTwoPointRectangle(pointOne, pointTwo)
|
"sketchLines_var" is a variable referencing a SketchLines object.
#include <Fusion/Sketch/SketchLines.h>
returnValue = sketchLines_var->addTwoPointRectangle(pointOne, pointTwo);
|
Return Value
SketchLineList |
Returns the four new sketch lines or null if the creation failed. |
Parameters
pointOne |
Base |
The first corner of the rectangle. It can be a SketchPoint or Point3D object. |
pointTwo |
Base |
The second corner of the rectangle. It can be a SketchPoint or Point3D object. |
Samples
Version
Introduced in version August 2014