ConstructionLineHelper

Helper to perform queries and modifications against a ConstructionLine instance.

Declaration Syntax

public class ConstructionLineHelper

Table 66: Members

Method

ClearExistingDataAndImportFromXML(ConstructionLine, string)

Import global points and connecting edges from an XML file.

Method

ExportToXML(ConstructionLine, string)

Collect all the edges and edge vertices, then export them as global points to an XML file.

Method

GetContainedEdges(Plane)

Get all the edges that have both start and end edge vertices in the given plane.

Method

GetEdgesById(ConstructionLine, IEnumerable<int>)

Get the IEdge representations of the requested Construction Line edges.

Method

GetEdgesUsingPoint(Point)

Get a list of IEdge that use the given Point.

Method

GetEdgeVerticesById(ConstructionLine, IEnumerable<int>)

Get the Point representations of the requested Construction Line edge vertices.

Method

GetPlanesById(ConstructionLine, IEnumerable<int>)

Get the Plane representations of the requested Construction Line planes.

Method

GetRelatedEdges(Plane)

Get all the edges that have only edge vertex in the given plane.