52 #ifdef TOPOLOGIC_DYNAMO
53 [DefaultArgument(
"0.0001")]
static Wire ^ RemoveCollinearEdges(Wire^ wire, double tolerance)
Remove collinear edges in a Wire.
Definition: WireUtility.cpp:78
A Topology is an abstract superclass that includes constructors, properties and methods used by other...
Definition: Topology.h:53
static List< Shell^> ^ AdjacentShells(Wire^ wire, Topology^ parentTopology)
Returns a list of Shells that are the adjacent to the input Wire.
Definition: WireUtility.cpp:26
WireUtility includes geometric methods relevant to a Wire.
Definition: WireUtility.h:26
static List< Cell^> ^ AdjacentCells(Wire^ wire, Topology^ parentTopology)
Returns a list of Cells that are the adjacent to the input Wire.
Definition: WireUtility.cpp:52
Topologic is an open-source software modelling library enabling hierarchical and topological represen...
Definition: About.h:23
A Wire is a contiguous collection of Edges, where adjacent Edges are connected by shared Vertices...
Definition: Wire.h:32