Machining.GetTopPlane (String) Method

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

Parameters

name
string

The plane name

Return Value

Entity

A MachiningPlane object.

.NET Framework

Supported in: 4.8

In this article

Definition