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

Constructs a brep from the given path.

Visual Basic
Public Sub New(
    fullPath As FullSubentityPath
)
C#
public Brep(
    FullSubentityPath fullPath
);
Parameters
Parameters 
Description 
FullSubentityPath fullPath 
Input path to construct brep from 
Links
   Comments?