Share

EdgeLoop Object


Description

The EdgeLoop object. See the article in the overviews section.

Methods

Name Description
GetReferenceKey Method that generates and returns the reference key for this entity.

Properties

Name Description
Application Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned.
AttributeSets Property that returns the AttributeSets collection object associated with this object.
Edges Gets the referenced by this EdgeLoop.
EdgeUses Gets the referenced by this EdgeLoop.
Face Gets the containing this EdgeLoop.
IsOuterEdgeLoop Gets whether this EdgeLoop is an external loop, or a loop that encloses material as opposed to a void.
Parent Property that returns the parent object from whom this object can logically be reached.
RangeBox Property that returns a Box object which contains the opposing points of a rectangular box that is guaranteed to enclose this object.
TransientKey Property that obtains an ID key that can be used to bind back to the live object. This transient key is only valid as long as the document state has not changed. For more information, see the ReferenceKeys overview.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

EdgeLoopProxy.NativeObject, EdgeLoops.Item, EdgeUse.EdgeLoop, EdgeUseProxy.EdgeLoop

Derived Classes

EdgeLoopProxy

Samples

Name Description
Tapered Surface Using Offset Curve and Ruled Surface This sample demonstrates much of the wire body creation functionality. To run the sample you must have a part open and select a planar face. This sample then creates a trasient wire body using the geometry of the outside of the selected face. It then transforms and offsets that wire, and finally creates a ruled surface between the original wire and the offset wire. A base feature is created with the ruled surface.

Version

Introduced in version 4

Was this information helpful?