RhinoCommon API
LayerGetDefaultLayerProperties Method |
Constructs a layer with the current default properties.
The default layer properties are:
color = Rhino.ApplicationSettings.AppearanceSettings.DefaultLayerColor
line style = Rhino.ApplicationSettings.AppearanceSettings.DefaultLayerLineStyle
material index = -1
IGES level = -1
mode = NormalLayer
name = empty
layer index = 0 (ignored by AddLayer)
Namespace: Rhino.DocObjects
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0
public static Layer GetDefaultLayerProperties()
Public Shared Function GetDefaultLayerProperties As Layer
Return Value
Type: LayerA new layer instance.