Returns a 3D curve lying in the XY plane in XYZ coordinates, representing the 2D curve with its UV coordinates identified with XY coordinates.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since:
2021
Syntax
C# |
---|
public Curve As3DCurveInXYPlane() |
Visual Basic |
---|
Public Function As3DCurveInXYPlane As Curve |
Visual C++ |
---|
public:
Curve^ As3DCurveInXYPlane() |
Return Value
3D curve lying in the XY plane in XYZ coordinates, representing the 2D curve with its UV coordinates identified with XY coordinates.
Remarks
See Also