|
Action:
|
Finds the subset of a graph on one side of a plane.
|
|
|
Prototype:
|
outcome api_subset_graph_with_plane (
|
|
|
const generic_graph*
|
|
|
// input
|
|
|
|
whole_graph,
|
|
|
// graph
|
|
|
const SPAposition& plane_origin,// origin
|
|
|
const SPAunit_vector&
|
|
|
// plane
|
|
|
|
plane_normal,
|
|
|
// normal
|
|
|
generic_graph*& partial_graph,
|
// output graph
|
|
|
AcisOptions* ao = NULL
|
|
|
// acis options
|
|
|
);
|
|
|
Includes:
|
#include "sbool/kernapi/api/sboolapi.hxx"
|
|
#include "kernel/acis.hxx"
|
|
#include "baseutil/vector/position.hxx"
|
|
#include "baseutil/vector/unitvec.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "kernel/kernutil/law/generic_graph.hxx"
|
|
#include "kernel/kernapi/api/acis_options.hxx"
|
|
|
Description:
|
Finds the subset of a graph on one side of a plane. The graph must first be split at that plane. It is assumed that the graph is made of entities which are either faces or cells.
|
|
|
Library:
|
sbool
|
|
|
Filename:
|
sbool/sbool/kernapi/api/sboolapi.hxx
|
|
|
Effect:
|
Read-only
|