NXOpen .NET Reference  12.0.0
Classes | Enumerations
Package NXOpen.Layer

Provides classes and interfaces for layer. More...

Classes

struct  StateInfo
 Used in several methods that get or set the state of a layer More...
 
class  Category
 Represents a layer category. More...
 
class  CategoryCollection
 Represents a collection of layer categories More...
 
class  LayerManager
 Represents an object that manages layers More...
 
class  NamespaceDoc
 Provides classes and interfaces for layer. More...
 
class  StateCollection
 Represents a copy of the layer states. More...
 

Enumerations

enum  Constants { FirstLayer = 1, LastLayer = 256 }
 Constants for layers More...
 
enum  State { WorkLayer, Selectable, Visible, Hidden }
 Represents the state of the layer More...
 

Detailed Description

Provides classes and interfaces for layer.

Enumeration Type Documentation

Constants for layers

Enumerator
FirstLayer 

The number of the first layer.

Valid layers are numbered from Layer.Constants.FirstLayer to Layer.Constants.LastLayer

LastLayer 

The number of the last layer.

Valid layers are numbered from Layer.Constants.FirstLayer to Layer.Constants.LastLayer

Represents the state of the layer

Enumerator
WorkLayer 

Work layer.

All newly created objects are placed on the work layer.

Selectable 

Objects on the layer are selectable

Visible 

Objects on the layer are visible but not selectable

Hidden 

Objects on the layer are not visible and not selectable

Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.