PathPatternFeatureInput.startPoint Property

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

Description

Gets and sets the start point on the path to count the distance. It's between 0 and 1. 0 means start point of the path, 1 means end point of the path.

Syntax

"pathPatternFeatureInput_var" is a variable referencing a PathPatternFeatureInput object.

# Get the value of the property.
propertyValue = pathPatternFeatureInput_var.startPoint

# Set the value of the property.
pathPatternFeatureInput_var.startPoint = propertyValue
"pathPatternFeatureInput_var" is a variable referencing a PathPatternFeatureInput object.
#include <Fusion/Features/PathPatternFeatureInput.h>

// Get the value of the property.
double propertyValue = pathPatternFeatureInput_var->startPoint();

// Set the value of the property, where value_var is a double.
bool returnValue = pathPatternFeatureInput_var->startPoint(value_var);

Property Value

This is a read/write property whose value is a double.

Version

Introduced in version November 2014