MeshBody.isVisible Property

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

Description

Gets if the mesh body point is visible.

Syntax

"meshBody_var" is a variable referencing a MeshBody object.

# Get the value of the property.
propertyValue = meshBody_var.isVisible
"meshBody_var" is a variable referencing a MeshBody object.
#include <Fusion/MeshBody/MeshBody.h>

// Get the value of the property.
boolean propertyValue = meshBody_var->isVisible();

Property Value

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

Samples

Name Description
Mesh Body Sample Mesh body related functions

Version

Introduced in version August 2014