Plane ConstructionLine.CreatePlane(Object sketchPlaneDefinition)

Create a plane.

Remarks

The type of plane returned depends on the input argument.

Parameters

  • sketchPlaneDefinition
    Type: Object
    TypeCorresponding Plane TypeICoordinateSystemA CoordinateSystem plane using the X-Y plane of a coordinate system.IGeoVertexA GeometryFace plane with the plane based on an existing geometry face.OrthogonalPlaneAn OrthogonalPlane with the plane based on the provided origin and directions.

Return Value

Type: Plane
Plane representation of the newly created plane.