Solid Edge Geometry Type Library
EdgeUse Object Members
Overview 
Public Methods
Public Method GetDerivativesEvaluates the derivatives of the referenced curve at the points given by an array of parameters on the curve.
Public Method GetEndPointsReturns the start and end points of the referenced object.
Public Method GetExactRangeReturns the exact range for the referenced object.
Public Method GetParamAtPointComputes the parameter on the curve that corresponds to a given array of world space points in the coordinate system lying near the curve.
Public Method GetParamExtentsReturns the parametric extents of the curve.
Public Method GetPointAtParamComputes the corresponding model space points in the local coordinate system, given an array of parameters on the curve.
Public Method GetRangeReturns the minimum and maximum points of the range for the referenced object.
Public Method GetTangentComputes the unit-vector tangent at each of the points, given an array of parameter values on the curve.
Public Properties
Public Property ApplicationReturns the active application object.
Public Property EdgeReturns the Edge object for the referenced EdgeUse object.
Public Property GeometryReturns a 3-D geometry object whose properties and methods can extend to the topology collection.
Public Property IsClosedReturns a Boolean value to specify whether or not the start and end points of the referenced object are coincident.
Public Property IsOpposedToEdgeSpecifies whether or not the referenced EdgeUse object is opposed to another edge or not.
Public Property IsParamReversedReturns a Boolean value to specify whether or not the inherent direction of the referenced object is opposed to the flow dicated by the parameterization of the underlying geometry.
Public Property LoopRepresents a closed contour on a given Face.
Public Property NextReturns the next EdgeUse object.
Public Property ParentReturns the parent object for the referenced object.
Public Property PartnerReturns the partner EdgeUse ojbect.
Public Property PreviousReturns the previous EdgeUse object.
Public Property TypeReturns a member of the GNTTypePropertyConstants set to indicate the type of the referenced object.
See Also

EdgeUse Object