Brep.Ruled Method

Create a Brep connecting linearly two surfaces.
Public Shared Function Ruled( _ 
ByVal bottom As Surface, _ 
ByVal top As Surface, _ 
Optional ByVal tolerance As Double = REBUILD_FACTOR _ 
) As Brep
This language is not supported or no code example is available.
public static Brep Ruled( 
Surface bottom
Surface top
double tolerance = REBUILD_FACTOR 
)
This language is not supported or no code example is available.

Parameters

bottom
Surface

the bottom surface to connect

top
Surface

the top surface to connect

tolerance
double

the regeneration tolerance

Return Value

Brep

The resulting Brep object.

Remarks
 
The two surfaces must have the same orientation, with the normal of the first one pointing towards the inside of the resulting brep, and the same number of curves in the same order.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition