Share

Brep.Brep(Entity) Constructor

Description

Creates a brep object from another entity.

C#

public Brep(
    Entity entity
);

Visual Basic

Public Sub New(
    entity As Entity
)

Parameters

Parameters Description
Entity entity Input entity

Links

Brep Class, Autodesk.AutoCAD.BoundaryRepresentation Namespace

Was this information helpful?