BendTableInput.view Property

Parent Object: BendTableInput

PreviewThis functionality is provided as a preview of intended future API capabilities. You are encouraged to use it and report any problems or suggestions using the Fusion API and Scripts forum.

Because this is a preview of future functionality, there is the possibility that it will change, which will possibly break any existing programs that use this functionality. Because of that, you should never deliver any programs that use any preview capabilities. For a distributed program, you should wait until it has moved from preview to released state.


Defined in namespace "adsk::drawing" and the header file is <Drawing/Sheet/BendTableInput.h>

Description

Use this API to specify the reference view for the bend table. The selected view chain must contain a flat pattern view. If this parameter is not provided, the first flat pattern view is selected by default.

Syntax

"bendTableInput_var" is a variable referencing a BendTableInput object.
# Get the value of the property.
propertyValue = bendTableInput_var.view

# Set the value of the property.
bendTableInput_var.view = propertyValue
"bendTableInput_var" Is a variable referencing a BendTableInput Object.
#include <Drawing/Sheet/BendTableInput.h>

// Get the value of the property.
Ptr<View> propertyValue = bendTableInput_var->view();

// Set the value of the property, where value_var is a View.
bool returnValue = bendTableInput_var->view(value_var);
"bendTableInput_var" Is a variable referencing a BendTableInput Object.
// Get the value of the property.
propertyValue = bendTableInput_var.view;

// Set the value of the property.
bendTableInput_var.view = propertyValue;

Property Value

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

Version

Introduced in version September 2026