PartMakerMethodToDivideVolumesGetPlaneOfSketch Method |
Gets the plane of the sketch.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic Plane GetPlaneOfSketch()
Public Function GetPlaneOfSketch As Plane
public:
Plane^ GetPlaneOfSketch()
member GetPlaneOfSketch : unit -> Plane
Return Value
Plane
The plane of the sketch.
See Also