Share

EdgeUseProxy Object

Derived from: EdgeUse Object

Description

This is an assembly-context proxy object derived from its native definition-context object.

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.
ContainingOccurrence Property that returns the ComponentOccurrence that the native object is being referenced through. The returned occurrence is the containing occurrence.
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.
NativeObject Gets the object in the context of the definition instead of the containing assembly.
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.

Version

Introduced in version 4

Was this information helpful?