extraction from region

extraction from region

Anonymous
Not applicable
332 Views
1 Reply
Message 1 of 2

extraction from region

Anonymous
Not applicable
Hello, All
I don't have a solution but i was woundering if you could help me?
I want make extraction from "Region" entity by ARX.
Do anyone application like this?
Best regards,
Alexey Osokin
8-095-395-31-40
8-916-541-19-96
ICQ#: 162550205
0 Likes
333 Views
1 Reply
Reply (1)
Message 2 of 2

Anonymous
Not applicable
"Alexey Osokin" wrote in message
news:[email protected]...
> Hello, All
> I don't have a solution but i was woundering if you could help me?
> I want make extraction from "Region" entity by ARX.
> Do anyone application like this?
> Best regards,
> Alexey Osokin
> 8-095-395-31-40
> 8-916-541-19-96
> ICQ#: 162550205

Hi Alexey,

in the ObjectARX SDK, there is a sample for that. It is located under:
//UTILS/brep/samples.
You will need the brep libs and headers, located under:
//UTILS/brep/inc & //UTILS/brep/lib

The needed DLLs are located at // REDISTRIB (acbr*.dll && acgex*.dll). Thy
have to be in the acad load path, so the best thing is to copy them into
your AutoCAD directory.

The sample deals with all the basic solid stuff, including regions.
Basically you convert the Region/Solids into AcBr Entitites and you can
querry the topology/geometry from there by using iterators or other usefull
stuff.

Cheers,
Andy
0 Likes