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
- norm
- Type: Autodesk.Revit.DB XYZ
The normal vector of the plane.
- origin
- Type: Autodesk.Revit.DB XYZ
The coordinates for the origin.
Remarks
Used to construct a new Plane object.