Autodesk.AutoCAD.BoundaryRepresentation Namespace > Brep Class > Brep Constructor > Brep(Entity) Constructor
Brep.Brep(Entity) Constructor
Description

Creates a brep object from another entity.

Visual Basic
Public Sub New(
    entity As Entity
)
C#
public Brep(
    Entity entity
);
Parameters
Parameters 
Description 
Entity entity 
Input entity 
Links
   Comments?