Share

pair

C++

struct pair {
  AcBrEntity* first;
  AcBrMesh2dControl second;
};

File

brmesh2d.h

Description

Represents a pair of BREP objects

Links

pair Constructor, pair Data Members

Was this information helpful?