BRepWire.parent Property

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

Description

Returns the parent BRepBody object that contains this wire.

Syntax

"bRepWire_var" is a variable referencing a BRepWire object.

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

// Get the value of the property.
Ptr<BRepBody> propertyValue = bRepWire_var->parent();

Property Value

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

Samples

Name Description
BrepWire Sample BrepWires and BrepWire related functions

Version

Introduced in version December 2017