CurveUV Members


The CurveUV type exposes the following members.

Methods

Name Description
Public method As3DCurveInXYPlane
Returns a 3D curve lying in the XY plane in XYZ coordinates, representing the 2D curve with its UV coordinates identified with XY coordinates.
Public method ComputeDerivatives
Computes the first derivative, the second derivative and the unit tangent vector at the specified parameter along the curve.
Public method Static member Create
Create a CurveUV from a bounded 3D Curve lying in the XY plane.
Public method Dispose
Releases all resources used by the CurveUV
Public method Equals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Public method Evaluate
Evaluates and returns the point at the specified parameter along the curve.
Public method GetEndParameter
Gets the raw parameter value at the start or end of this curve.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object .)
Public method ToString
Returns a string that represents the current object.
(Inherited from Object .)
Public method Transform
Transform this CurveUV by the given 2D affine transform if possible.

Properties

Name Description
Public property IsBound
Describes whether the parameter of the curve is restricted to a particular interval.
Public property IsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also