Open CASCADE Technology 6.6.0
|
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Macro.hxx>
#include <gp_Pln.hxx>
#include <gce_Root.hxx>
#include <Standard_Real.hxx>
Data Structures | |
class | gce_MakePln |
This class implements the following algorithms used to create a Pln from gp. * Create a Pln parallel to another and passing through a point. * Create a Pln passing through 3 points. * Create a Pln by its normal. Defines a non-persistent plane. The plane is located in 3D space with an axis placement two axis. It is the local coordinate system of the plane. The "Location" point and the main direction of this axis placement define the "Axis" of the plane. It is the axis normal to the plane which gives the orientation of the plane. The "XDirection" and the "YDirection" of the axis placement define the plane ("XAxis" and "YAxis") . More... |