Share

Edges Object


Description

The Edges object is a collection of objects. See the article in the overviews section.

Properties

Name Description
Count Property that returns the number of items in this collection.
Item Allows integer-indexed access to objects in the collection.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

EdgeLoop.Edges, EdgeLoopProxy.Edges, Face.Edges, FaceProxy.Edges, FaceShell.Edges, FaceShellProxy.Edges, FlatPattern.GetEdgesOfType, FlatPatternPlate.GetBendExtentEdges, FlatPunchResult.SketchRepresentationEdges, MarkFeature.ResultEdges, MarkFeatureProxy.ResultEdges, SurfaceBody.Edges, SurfaceBodyProxy.Edges, ThreadFeature.StartEdge, ThreadFeatureProxy.StartEdge, TransientBRep.ImprintBodies, Vertex.Edges, VertexProxy.Edges, Wire.Edges

Samples

Name Description
Sketch Edit Orientation This sample demonstrates modifying the orientation of a sketch.
Window Selection This sample demonstrates using the selection events to window-select multiple edges. Selection is dependent on events and VB only supports events within a class module.
Thread Feature Create This sample demonstrates the creation of a thread feature. It creates a cylinder in a new part document and creates a thread feature on the cylinder.

Version

Introduced in version 4

Was this information helpful?