Solid Edge Geometry Type Library
Edge Object Members
Overview 
Public Methods
Public Method GetCurvatureComputes the curvature of the referenced edge at a specified point.
Public Method GetDerivativesEvaluates the derivatives of the referenced curve at the points given by an array of parameters on the curve.
Public Method GetEdgeUsesReturns the EdgeUses of the referenced Edge.
Public Method GetEndPointsReturns the start and end points of the referenced object.
Public Method GetExactRangeReturns the exact range for the referenced object.
Public Method GetFacesReturns the faces that are bounded by the current edge.
Public Method GetLengthAtParamReturns the length, measured along the curve, from one given parameter to another.
Public Method GetParamAnomalyReturns information that indicates any parametric spaces with periodicity that might exist on a referenced edge.
Public Method GetParamAtLengthReturns a parameter at a given length, measured along the curve, starting from a given parameter.
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 GetReferenceKeyReturns a reference key for the referenced object.
Public Method GetStrokeDataReturns information on the strokes on the referenced Edge.
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 BodyReturns the Body of the Edge.
Public Property ContinuityReturns the continuity of the referenced object.
Public Property EndVertexReturns the Vertex object that occurs at the end of the referenced Edge.
Public Property GeometryReturns a 3-D geometry object whose properties and methods can extend to the topology collection.
Public Property GeometryFormSpecifies the geometry form of the referenced object.
Public Property IDReturns the Parasolid ID of the Edge.
Public Property IsClosedReturns a Boolean value to specify whether or not the start and end points of the referenced object are coincident.
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 ParentReturns the parent object for the referenced object.
Public Property ShellsReturns the shells that are bounded by the current edge.
Public Property StartVertexReturns the Vertex object that occurs at the start of the referenced Edge.
Public Property StrokeCountReturns the number of strokes on the referenced Edge.
Public Property TagReturns the Tag of the Edge.
Public Property TypeReturns a member of the GNTTypePropertyConstants set to indicate the type of the referenced object.
Public Property UpdatesCounterReturns the number of times the referenced object has been modified.
See Also

Edge Object