File3dmNamedConstructionPlanes
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
Count
Number of named construction planes in the table.
Public Property
Item
Gets the named construction plane at an index.
Methods
Name
Description
Public Method
Add(ConstructionPlane)
Adds a named construction plane to the table.
Public Method
Add(String, Plane)
Adds a named construction plane to the table.
Public Method
Clear
Removes all named construction planes from the table.
Public Method
Contains
Returns an indication of the presence of a named construction plane in the table.
Public Method
CopyTo
Copies the content of the table to an array.
Public Method
Delete(ConstructionPlane)
Deletes a named construction plane from the table.
Public Method
Delete(Int32)
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
FindName
Finds a named construction plane given its name.
Public Method
GetEnumerator
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
IndexOf
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.)