PolygonConstraint.lines Property

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

Description

Returns the sketch lines that represent the polygon.

Syntax

"polygonConstraint_var" is a variable referencing a PolygonConstraint object.

# Get the value of the property.
propertyValue = polygonConstraint_var.lines
"polygonConstraint_var" is a variable referencing a PolygonConstraint object.
#include <Fusion/Sketch/PolygonConstraint.h>

// Get the value of the property.
std::vector<Ptr<SketchLine>> propertyValue = polygonConstraint_var->lines();

Property Value

This is a read only property whose value is an array of type SketchLine.

Version

Introduced in version August 2016