Creates a new geometric plane object based on two coordinate vectors and an origin.
Namespace: Autodesk.Revit.Creation
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
X vector of the plane coordinate system.
- yVec
- Type: Autodesk.Revit.DB XYZ
Y vector of the plane coordinate system.
- origin
- Type: Autodesk.Revit.DB XYZ
Origin of the plane coordinate system.