PatchFeatureInput.groupWeight Property

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

Description

Gets and sets the weight to use for all edges when the isGroupEdges property is true. It is ignored for any sketch curves in the boundary. The property defaults to 0.5. The value of this property is ignored if the isGroupEdges property is false.

Syntax

"patchFeatureInput_var" is a variable referencing a PatchFeatureInput object.

# Get the value of the property.
propertyValue = patchFeatureInput_var.groupWeight

# Set the value of the property.
patchFeatureInput_var.groupWeight = propertyValue
"patchFeatureInput_var" is a variable referencing a PatchFeatureInput object.
#include <Fusion/Features/PatchFeatureInput.h>

// Get the value of the property.
double propertyValue = patchFeatureInput_var->groupWeight();

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

Property Value

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

Version

Introduced in version November 2022