SketchOffsetDimension.line Property

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

Description

The first line being constrained.

Syntax

"sketchOffsetDimension_var" is a variable referencing a SketchOffsetDimension object.

# Get the value of the property.
propertyValue = sketchOffsetDimension_var.line
"sketchOffsetDimension_var" is a variable referencing a SketchOffsetDimension object.
#include <Fusion/Sketch/SketchOffsetDimension.h>

// Get the value of the property.
Ptr<SketchLine> propertyValue = sketchOffsetDimension_var->line();

Property Value

This is a read only property whose value is a SketchLine.

Version

Introduced in version August 2014