Constructor for geometry plane.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)
Syntax
C# |
---|
|
Visual Basic |
---|
|
Visual C++ |
---|
|
Parameters
- xVec
- Type: Autodesk.Revit.DB XYZ
The vector for x-axis.
- yVec
- Type: Autodesk.Revit.DB XYZ
The vector for y-axis.
- origin
- Type: Autodesk.Revit.DB XYZ
The coordinates for the origin.
Remarks
Used to construct a new Plane object.