Skip to main content

cuttingPlane

Creates a cutting plane through a mesh using a point on the plane and plane normal.

Usage

Basic operation of the cuttingPlane surface comprises:

surfaces1
{
type surfaces;
libs (sampling);

surfaces
{
mySurface1
{
type cuttingPlane;
point <point>;
normal <vector>;
}
}
}

Sample output

Further information

Source code:

API:

Example usage: