File3dmNamedConstructionPlanes Class

File3dmNamedConstructionPlanes Class

Provides access to namned construction planes in the 3dm file.
Inheritance Hierarchy
SystemObject
  Rhino.FileIOFile3dmNamedConstructionPlanes

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class File3dmNamedConstructionPlanes : IList<ConstructionPlane>, 
	ICollection<ConstructionPlane>, IEnumerable<ConstructionPlane>, IEnumerable
Public Class File3dmNamedConstructionPlanes
	Implements IList(Of ConstructionPlane), ICollection(Of ConstructionPlane), 
	IEnumerable(Of ConstructionPlane), IEnumerable

The File3dmNamedConstructionPlanes type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of named construction planes in the table.
Public propertyItem
Gets the named construction plane at an index.
Top
Methods
  NameDescription
Public methodAdd(ConstructionPlane)
Adds a named construction plane to the table.
Public methodAdd(String, Plane)
Adds a named construction plane to the table.
Public methodClear
Removes all named construction planes from the table.
Public methodContains
Returns an indication of the presence of a named construction plane in the table.
Public methodCopyTo
Copies the content of the table to an array.
Public methodDelete(Int32)
Remove a named construction plane from the table.
Public methodDelete(ConstructionPlane)
Deletes a named construction plane from the table.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindName
Finds a named construction plane given its name.
Public methodGetEnumerator
Gets an enumerator that yields all construction planes in this collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf
Returns the index of a named construction plane.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Windows

Supported in: 6.8
See Also