Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Drilling Class / CreateHexagon Method / CreateHexagon(Project,Double) Method
Length of one edge of the drilling. Must be greater than 0.

CreateHexagon(Project,Double) Method
Creates new hexagon drilling in project.
Syntax
public void CreateHexagon( 
   Project pProject,
   double dEdgeLength
)

Parameters

pProject
dEdgeLength
Length of one edge of the drilling. Must be greater than 0.
Exceptions
ExceptionDescription
Thrown when the Drilling has already been created.
Thrown if parameter pProject is null.
Thrown if edge length isn't greater than 0.
See Also