GBrep.Ruled Method

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

Parameters

bottom
GSurface

the bottom gSurface to connect

top
GSurface

the top gSurface to connect

tolerance
double

the regeneration tolerance. 0 for default value

Return Value

GBrep

The resulting GBrep object.

Remarks
 
The two gSurfaces 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 igCurves in the same order.

.NET Framework

Supported in: 4.7.2

In this article

Definition