EdgeUse Object
Description
The EdgeUse object. See the article in the overviews section.
Methods
GetReferenceKey |
Method that generates and returns the reference key for this entity. |
Properties
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. |
CurveType |
Gets the type of the underlying curve geometry that this EdgeUse is defined by. |
Edge |
Gets the that this EdgeUse references. |
EdgeLoop |
Gets the that contains this EdgeUse. |
Evaluator |
Gets the Curve2dEvaluator for this edge use. |
Geometry |
Property that returns the underlying geometry of the edge use. |
GeometryForm |
Gets the form of the underlying geometry as a combination of one or more CurveGeometryFormEnum values. |
IsOpposedToEdge |
Gets whether this EdgeUse is opposed to or aligned with the orientation of the referenced Edge. |
IsParamReversed |
Gets whether the parameterization of the geometry obtained from the Curve property is aligned or opposed to the topological sense of this EdgeUse. |
Next |
Gets the next in the connected list of EdgeUses in the EdgeLoop. |
Parent |
Property that returns the parent object from whom this object can logically be reached. |
Partner |
In a solid, Face objects are connected to other Face objects by virtue of sharing at least one Edge. The shared Edge is the same object. objects, however ,are unique to a particular face. The Partner property returns the corresponding EdgeUse that belongs to the connected face. |
Previous |
Gets the previous . |
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. |
Wire |
Get the Wire containing this EdgeUse. Returns Nothing if this EdgeUse does not belong to a Wire. |
Accessed From
EdgeUse.Next,
EdgeUse.Partner,
EdgeUse.Previous,
EdgeUseProxy.NativeObject,
EdgeUseProxy.Next,
EdgeUseProxy.Partner,
EdgeUseProxy.Previous,
EdgeUses.Item
Derived Classes
EdgeUseProxy
Samples
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