BRepShellDefinition.wireDefinition Property

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

Description

Returns the single BRepWireDefinition associated with this shell definition.

Syntax

"bRepShellDefinition_var" is a variable referencing a BRepShellDefinition object.

# Get the value of the property.
propertyValue = bRepShellDefinition_var.wireDefinition
"bRepShellDefinition_var" is a variable referencing a BRepShellDefinition object.
#include <Fusion/BRep/BRepShellDefinition.h>

// Get the value of the property.
Ptr<BRepWireDefinition> propertyValue = bRepShellDefinition_var->wireDefinition();

Property Value

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

Samples

Name Description
BRep Body definition Sample Demonstrates creating BRep bodies by BRepBodyDefinition.

Version

Introduced in version September 2020