Skip to content

File3dmNamedConstructionPlanes

Public Class

Provides access to named construction planes in the 3dm file.

Inheritance Hierarchy

System.Object
Rhino.FileIO.File3dmNamedConstructionPlanes

Namespace: Rhino.FileIO

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public class File3dmNamedConstructionPlanes : IList<ConstructionPlane>,
ICollection<ConstructionPlane>, IEnumerable<ConstructionPlane>, IEnumerable

The File3dmNamedConstructionPlanes type exposes the following members.

Properties

Name

Description


Public Property

Number of named construction planes in the table.


Public Property

Gets the named construction plane at an index.


Methods

Name

Description


Public Method

Adds a named construction plane to the table.


Public Method

Adds a named construction plane to the table.


Public Method

Removes all named construction planes from the table.


Public Method

Returns an indication of the presence of a named construction plane in the table.


Public Method

Copies the content of the table to an array.


Public Method

Deletes a named construction plane from the table.


Public Method

Remove a named construction plane from the table.


Public Method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)


Protected Method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

(Inherited from Object.)


Public Method

Finds a named construction plane given its name.


Public Method

Gets an enumerator that yields all construction planes in this collection.


Public Method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)


Public Method

GetType

Gets the Type of the current instance.

(Inherited from Object.)


Public Method

Returns the index of a named construction plane.


Protected Method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)