Method IsVertical
IsVertical(PlaneAlignment)
Determines whether the plane is vertical.
Declaration
public static bool IsVertical(this PlaneAlignment alignment)
Parameters
| Type | Name | Description |
|---|---|---|
| PlaneAlignment | alignment | The PlaneAlignment being extended. |
Returns
| Type | Description |
|---|---|
| bool |
|