
Tue, 09/28/2010 - 11:54
Forums:
Hi,
I have a question.
I know that equation's coefficient value in case of planes.(A, B, C, D)
How can i display that solid consist of planes ?
If planes are infinite planes then how can i check the intersection between plane and plane ?
Thanks in advance.
Tue, 09/28/2010 - 12:21
Not sure what you mean in your first question. Get the underlying surface of each face and check if it's planar?
GeomAPI_IntSS will accept two Geom_Plane references and give you a Geom_Curve (line) if they do in fact intersect.
Well, that's one intersection method. There are probably others in the API.