BRepBodyDefinition.createVertexDefinition Method

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

Description

Creates a new BRepVertexDefinition object that's associated with the body.

Syntax

"bRepBodyDefinition_var" is a variable referencing a BRepBodyDefinition object.
returnValue = bRepBodyDefinition_var.createVertexDefinition(position)
"bRepBodyDefinition_var" is a variable referencing a BRepBodyDefinition object.

#include <Fusion/BRep/BRepBodyDefinition.h>

returnValue = bRepBodyDefinition_var->createVertexDefinition(position);

Return Value

Type Description
BRepVertexDefinition Returns the created BRepVertexDefinition object or null in the case of failure.

Parameters

Name Type Description
position Point3D Specifies the position of the vertex in model space.

Samples

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

Version

Introduced in version September 2020