Is the BoundaryRepresentation (Brep) of 3D Solids exposed to C# .NET
in 3D Modeling
Hi all,
Is the BoundaryRepresentation (Brep) of 3D Solids exposed to C# .NET ?
something like the Autodesk.AutoCAD.BoundaryRepresentation.Brep class in AutoCAD
in the acdbmgdbrep.dll NET assembly or equivalent functionality ?
e.g.
Teigha.????.brep
Thanks
Konstantin
0
Comments
-
Hi everyone
Same question 11 years later!
Does anyone know where is the Bricscad equivalent of AutoCAD.BoundaryRepresentation.Brep?
I see a Teigha.BoundaryRepresentation namespace in the documentation but can't find the api to reference in my c# project
thanks0 -
You can add a reference to TD_MgdBrep.dll for the brep API.0
-
thanks!Owen Wengerd said:You can add a reference to TD_MgdBrep.dll for the brep API.
0