BRepLoop.isValid Property
Parent Object:
BRepLoopDefined in namespace "adsk::fusion" and the header file is <Fusion/BRep/BRepLoop.h>
Description
Indicates if this object is still valid, i.e. hasn't been deleted or some other action done to invalidate the reference.
Syntax
"bRepLoop_var" is a variable referencing a BRepLoop object.
# Get the value of the property. propertyValue = bRepLoop_var.isValid
|
"bRepLoop_var" is a variable referencing a BRepLoop object.
#include <Fusion/BRep/BRepLoop.h>
// Get the value of the property. boolean propertyValue = bRepLoop_var->isValid();
|
Property Value
This is a read only property whose value is a boolean.
Version
Introduced in version August 2014