BRepWire.isPlanar Property

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

Description

Indicates if this entities making up this wire body are planar and all lie on the same plane.

Syntax

"bRepWire_var" is a variable referencing a BRepWire object.

# Get the value of the property.
propertyValue = bRepWire_var.isPlanar
"bRepWire_var" is a variable referencing a BRepWire object.
#include <Fusion/BRep/BRepWire.h>

// Get the value of the property.
boolean propertyValue = bRepWire_var->isPlanar();

Property Value

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

Samples

Name Description
BrepWire Sample BrepWires and BrepWire related functions

Version

Introduced in version December 2017