api_replace_edge_with_tvertex
List of: Functions
Subjects: Booleans, Model Topology, Tolerant Modeling
Contents: Boolean

Action: Replaces an edge or list of edges with a tolerant vertex.

Prototype: outcome api_replace_edge_with_tvertex (


ENTITY_LIST& edgeList,
// List of edges to





// replace


ENTITY_LIST& tVertex_list, // tvertex list





// replacing edges


AcisOptions* ao = NULL
// acis options


);

Includes: #include "kernel/acis.hxx"

#include "kernel/kernapi/api/api.hxx"

#include "kernel/kerndata/lists/lists.hxx"

#include "kernel/kernapi/api/acis_options.hxx"

#include "boolean/kernapi/api/boolapi.hxx"

Description: Replaces an edge (EDGE) with a tolerant vertex (TVERTEX). When using this function, all edges passed in will be replaced regardless of tolerance. The only case where edges will not be replaced is if one or more of them are closed. To replace and detect short edges less than a specified tolerance, use api_detect_short_edges.

Library: boolean

Filename: bool/boolean/kernapi/api/boolapi.hxx

Effect: System routine
PDF/BOOL/03FN.PDF
HTM/DATA/BOOL/BOOL/03FN/0033.HTM