CurveUV Members

The CurveUV type exposes the following members.

Methods

  NameDescription
Public methodAs3DCurveInXYPlane
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 methodComputeDerivatives
Computes the first derivative, the second derivative and the unit tangent vector at the specified parameter along the curve.
Public methodStatic memberCreate
Create a CurveUV from a bounded 3D Curve lying in the XY plane.
Public methodDispose
Releases all resources used by the CurveUV
Public methodEquals (Inherited from Object.)
Public methodEvaluate
Evaluates and returns the point at the specified parameter along the curve.
Public methodGetEndParameter
Gets the raw parameter value at the start or end of this curve.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from Object.)
Public methodTransform
Transform this CurveUV by the given 2D affine transform if possible.

Properties

  NameDescription
Public propertyIsBound
Describes whether the parameter of the curve is restricted to a particular interval.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.

See Also