|
Action:
|
Creates a new edge which is a transformed copy of the specified edge.
|
|
|
Prototype:
|
outcome api_trans_edge (
|
|
|
EDGE* edgeIn,
|
// edge to be copied
|
|
|
SPAtransf const& t,
|
// transform to be
|
|
|
|
|
// applied
|
|
|
EDGE*& edgeOut,
|
// copied edge
|
|
|
AcisOptions* ao = NULL
|
// acis options
|
|
|
);
|
|
|
Includes:
|
#include "kernel/acis.hxx"
|
|
#include "constrct/kernapi/api/cstrapi.hxx"
|
|
#include "kernel/kernapi/api/api.hxx"
|
|
#include "kernel/kerndata/top/edge.hxx"
|
|
#include "baseutil/vector/transf.hxx"
|
|
#include "kernel/kernapi/api/acis_options.hxx"
|
|
|
Description:
|
This API creates a new
EDGE pointing to a new start
VERTEX, a new end
VERTEX, and a new
CURVE, all transformed from the input edge by the specified transform.
|
|
|
Errors:
|
Pointer to edge is
NULL or not to an
EDGE.
|
|
|
Library:
|
constrct
|
|
|
Filename:
|
cstr/constrct/kernapi/api/cstrapi.hxx
|
|
|
Effect:
|
Changes model
|