Solid Edge Geometry Type Library
Curve 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 GetEndPointsReturns the start and end points of the referenced object.
Public Method GetExactRangeReturns the exact range for the referenced object.
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 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 ContinuityReturns the continuity of the referenced object.
Public Property CurveBodyReturns the CurveBody object associated with the referenced Curve, CurvePath, or Profile object.
Public Property CurvePathReturns the CurvePath object associated with the referenced Curve object.
Public Property CurveVerticesReturns vertices on a curve.
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 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 TypeSpecifies the type of the object being referenced.
Public Property UpdatesCounterReturns the number of times the referenced object has been modified.
See Also

Curve Object

Send comments on this topic.