Home > Software engineering >  CAD for physical dimensions. GetBoundingBox error, and empty
CAD for physical dimensions. GetBoundingBox error, and empty

Time:09-18

For help: c # com, CAD secondary development, and to obtain real maximum points, the minimum point, error
Foreach (AcadEntity entity in doc. ModelSpace)
{
If (entity. EntityName=="AcDbBlockReference")
{
AcadBlockReference returnBlock=(AcadBlockReference) the entity;
The object min, Max;
ReturnBlock. GetBoundingBox (out min, out of Max);
Excuse me, here GetBoundingBox error, empty range, how be to return a responsibility excuse me?

CodePudding user response:

Some custom entity without access to the rectangular box

CodePudding user response:

reference 1st floor qq_19933053 response:
some custom entity without access to the rectangular box

What do you have that way to skip this without access to the rectangular box?

CodePudding user response:

Error handling, can't get is not to get,
  • Related