SketchOffsetDimension.entityTwo Property

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

Description

The second entity being constrained. (a parallel SketchLine or a SketchPoint)

Syntax

"sketchOffsetDimension_var" is a variable referencing a SketchOffsetDimension object.

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

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

Property Value

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

Version

Introduced in version August 2014