GeometricConstraints.addHorizontal Method

Parent Object: GeometricConstraints
Defined in namespace "adsk::fusion" and the header file is <Fusion/Sketch/GeometricConstraints.h>

Description

Creates a new horizontal constraint on a line.

Syntax

"geometricConstraints_var" is a variable referencing a GeometricConstraints object.
returnValue = geometricConstraints_var.addHorizontal(line)
"geometricConstraints_var" is a variable referencing a GeometricConstraints object.

#include <Fusion/Sketch/GeometricConstraints.h>

returnValue = geometricConstraints_var->addHorizontal(line);

Return Value

Type Description
HorizontalConstraint Returns the newly created HorizontalConstraint object or null if the creation failed.

Parameters

Name Type Description
line SketchLine The line to constrain horizontally.

Samples

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.
GeometricConstraint.addHorizontal Demonstrates the GeometricConstraint.addHorizontal method.
Creates an I-Bream on a User Coordinate System Demonstrates the use of an existing user coordinate system to create geometry dependent on it.

Version

Introduced in version August 2014