TemporaryBRepManager.createRuledSurface Method

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

Description

Creates a new body by creating a ruled surface between the two input wire bodies.

Syntax

"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.
returnValue = temporaryBRepManager_var.createRuledSurface(sectionOne, sectionTwo)
"temporaryBRepManager_var" is a variable referencing a TemporaryBRepManager object.

#include <Fusion/BRep/TemporaryBRepManager.h>

returnValue = temporaryBRepManager_var->createRuledSurface(sectionOne, sectionTwo);

Return Value

Type Description
BRepBody Returns the created ruled surface as a BRepBody object.

Parameters

Name Type Description
sectionOne BRepWire BRepWire that defines the shape of the first section.
sectionTwo BRepWire BRepWire that defines the shape of the second section.

Samples

Name Description
TemporaryBRepManager API Sample TemporaryBRepManager related functions

Version

Introduced in version December 2017