Machining.GetClearancePlane (Color, String) Method

Gets a visual representation of the Clearance machining plane.
Public Function GetClearancePlane( _ 
ByVal color As Color, _ 
Optional ByVal name As String = "Clearance: " _ 
) As Entity
This language is not supported or no code example is available.
public Entity GetClearancePlane( 
Color color
string name = "Clearance: " 
)
This language is not supported or no code example is available.

Parameters

color
Color

The plane color

name
string

The plane name

Return Value

Entity

A MachiningPlane object.

.NET Framework

Supported in: 4.8

In this article

Definition