CustomGraphicsBRepBody.isSelectable Property
Parent Object:
CustomGraphicsBRepBodyDefined in namespace "adsk::fusion" and the header file is <Fusion/Graphics/CustomGraphicsBRepBody.h>
Description
Gets and sets if the graphics entity is selectable within the graphics window. By default, when a new entity is created it is selectable.
Syntax
"customGraphicsBRepBody_var" is a variable referencing a CustomGraphicsBRepBody object.
# Get the value of the property. propertyValue = customGraphicsBRepBody_var.isSelectable
# Set the value of the property. customGraphicsBRepBody_var.isSelectable = propertyValue
|
"customGraphicsBRepBody_var" is a variable referencing a CustomGraphicsBRepBody object.
#include <Fusion/Graphics/CustomGraphicsBRepBody.h>
// Get the value of the property. boolean propertyValue = customGraphicsBRepBody_var->isSelectable();
// Set the value of the property, where value_var is a boolean. bool returnValue = customGraphicsBRepBody_var->isSelectable(value_var);
|
Property Value
This is a read/write property whose value is a boolean.
Version
Introduced in version September 2017