FlatPatternProduct.objectVisibility Property

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

Description

Returns the ObjectVisibility object associated with this design which controls which objects are displayed in the graphics window. This is the equivalent of the "Object Visibility" settings in the Display Settings drop-down in the navigation toolbar at the bottom of the Fusion graphics window.

Syntax

"flatPatternProduct_var" is a variable referencing a FlatPatternProduct object.

# Get the value of the property.
propertyValue = flatPatternProduct_var.objectVisibility
"flatPatternProduct_var" is a variable referencing a FlatPatternProduct object.
#include <Fusion/SheetMetal/FlatPatternProduct.h>

// Get the value of the property.
Ptr<ObjectVisibility> propertyValue = flatPatternProduct_var->objectVisibility();

Property Value

This is a read only property whose value is an ObjectVisibility.

Version

Introduced in version November 2025