OffsetFacesFeature.dissolve Method

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

Description

Dissolves the feature so that the feature information is lost and only the B-Rep geometry defined by the feature remains. This is only valid for non-parametric features.

Syntax

"offsetFacesFeature_var" is a variable referencing an OffsetFacesFeature object.
returnValue = offsetFacesFeature_var.dissolve()
"offsetFacesFeature_var" is a variable referencing an OffsetFacesFeature object.

#include <Fusion/Features/OffsetFacesFeature.h>

returnValue = offsetFacesFeature_var->dissolve();

Return Value

Type Description
boolean Returns a bool indicating if the dissolve was successful or not.

Version

Introduced in version June 2017