TemporaryBRepManager.createRuledSurface Method
Parent Object:
TemporaryBRepManagerDefined 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
BRepBody |
Returns the created ruled surface as a BRepBody object. |
Parameters
sectionOne |
BRepWire |
BRepWire that defines the shape of the first section. |
sectionTwo |
BRepWire |
BRepWire that defines the shape of the second section. |
Samples
Version
Introduced in version December 2017