|
Action:
|
Deletes a degenerate coedge in each wire of a list of wires.
|
|
|
Filename:
|
skin/skin_scm/skin_scm.cxx
|
|
|
APIs:
|
api_collapse_wires_sli
|
|
|
Syntax:
|
(slinterface:collapse-wires interface [acis-opts])
|
|
|
Arg Types:
|
interface
|
SLInterface
|
|
acis-opts
|
acis-options
|
|
|
Returns:
|
(edge ...)
|
|
|
Description:
|
This function will remove a degenerate coedge in each wire of a list of wires. In order for the coedges to be removed, each wire in the list must contain a degenerate coedge at the same position. That is, if the fifth coedge of wire one is degenerate, it and the other coedges will only be removed if the fifth coedge of every other wire is degenerate as well.
|
|
|
interface is of SLInterface datatype that is a data structure used to control skinning and lofting operations.
|
|
|
acis-opts contains versioning and journaling information.
|
|
|
Example:
|
; slinterface:collapse-wires
|
|
; Example not available for this release.
|