BRepVertex.createForAssemblyContext Method

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

Description

Returns a proxy for the native object - i.e. a new object that represents this object but adds the assembly context defined by the input occurrence.

Syntax

"bRepVertex_var" is a variable referencing a BRepVertex object.
returnValue = bRepVertex_var.createForAssemblyContext(occurrence)
"bRepVertex_var" is a variable referencing a BRepVertex object.

#include <Fusion/BRep/BRepVertex.h>

returnValue = bRepVertex_var->createForAssemblyContext(occurrence);

Return Value

Type Description
BRepVertex Returns the new BrepVertex proxy or null if this isn't the NativeObject.

Parameters

Name Type Description
occurrence Occurrence The occurrence that defines the context for the created proxy.

Version

Introduced in version August 2014