|
Action:
|
Splits the edges of an entity at the poles.
|
|
|
Prototype:
|
outcome api_split_edges_at_poles (
|
|
|
ENTITY* blank,
|
// entity on which edges
|
|
|
|
|
// are to be split
|
|
|
AcisOptions* ao = NULL
|
// ACIS options such as
|
|
|
|
|
// version and journal
|
|
|
);
|
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "boolean/kernapi/api/boolapi.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "kernel/kerndata/data/entity.hxx"
|
|
#include "kernel/kernapi/api/acis_options.hxx"
|
|
|
Description:
|
If an edge passes through a pole of a surface, the edge is split at the pole. Poles must lie on the boundary of the face. The input entity should be one of the following:
BODY,
LUMP,
SHELL, or
FACE.
|
|
|
Errors:
|
Pointer to entity is
NULL.
|
|
|
Library:
|
boolean
|
|
|
Filename:
|
bool/boolean/kernapi/api/boolapi.hxx
|
|
|
Effect:
|
Changes model
|