Region.CreateHexagon (devDept.Geometry.Plane, Double, Boolean) Method

Creates an hexagonal region by plane.
Public Shared Function CreateHexagon( _ 
ByVal sketchPlane As devDept.Geometry.Plane, _ 
ByVal radius As Double, _ 
Optional ByVal inscribed As Boolean = false _ 
) As Region
This language is not supported or no code example is available.
public static Region CreateHexagon( 
devDept.Geometry.Plane sketchPlane
double radius
bool inscribed = false 
)
This language is not supported or no code example is available.

Parameters

sketchPlane
devDept.Geometry.Plane

Sketch plane

radius
double

The hexagon radius

inscribed
bool

When true, the radius is considered of the inscribed circle

Return Value

Region

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition