OffsetConstraint.isTopologyMatched Property

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

Description

Gets the setting that controls if the offset curves match the topology of the original curves.

Syntax

"offsetConstraint_var" is a variable referencing an OffsetConstraint object.

# Get the value of the property.
propertyValue = offsetConstraint_var.isTopologyMatched
"offsetConstraint_var" is a variable referencing an OffsetConstraint object.
#include <Fusion/Sketch/OffsetConstraint.h>

// Get the value of the property.
boolean propertyValue = offsetConstraint_var->isTopologyMatched();

Property Value

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

Version

Introduced in version September 2024