HatchPatternTable Class

HatchPatternTable Class

All of the hatch pattern definitions contained in a rhino document.
Inheritance Hierarchy
SystemObject
  Rhino.DocObjects.TablesHatchPatternTable

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class HatchPatternTable : IEnumerable<HatchPattern>, 
	IEnumerable
Public NotInheritable Class HatchPatternTable
	Implements IEnumerable(Of HatchPattern), IEnumerable

The HatchPatternTable type exposes the following members.

Properties
  NameDescription
Public propertyComponentType (Overrides CommonComponentTableTComponentType.)
Public propertyCount
Number of patterns in the table.


In Rhino for Windows 6.14, this member is inherited from CommonComponentTableTCount.
Public propertyCode exampleCurrentHatchPatternIndex
At all times, there is a "current" hatch pattern. Unless otherwise specified, new objects are assigned to the current hatch pattern. The current hatch pattern is never locked, hidden, or deleted.
Public propertyDocument
Document that owns this table.


In Rhino for Windows 6.14, this member is inherited from RhinoDocCommonTableTDocument.
Public propertyItem
Conceptually, the hatch pattern table is an array of hatch patterns. The operator[] can be used to get individual hatch patterns. A hatch pattern is either active or deleted and this state is reported by HatchPattern.IsDeleted.
Top
Methods
  NameDescription
Public methodAdd
Adds a new hatch pattern with specified definition to the table.
Public methodClear
Marks all items as deleted.
(Inherited from CommonComponentTableT.)
Public methodDelete(HatchPattern) (Overrides CommonComponentTableTDelete(T).)
Public methodDelete(HatchPattern, Boolean)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodCode exampleFind
Finds the hatch pattern with a given name. Search ignores case.
Public methodFindId
Uses the guid to find a model component. Deleted objects cannot be found by id. The guid is the value that is stored in the .Id property. In a single document, no two active objects have the same guid. If an object is replaced with a new object, then the guid persists. For example, if the _Move command moves an object, then the moved object inherits its guid from the starting object. If the Copy command copies an object, then the copy gets a new guid. This guid persists through file saving/openning operations. This function will not find grip objects.
(Inherited from CommonComponentTableT.)
Public methodFindIndex
Retrieves a HatchPattern object based on Index. This seach type of search is discouraged. We are moving towards using only IDs for all tables.
Public methodCode exampleFindName
Finds the hatch pattern with a given name. Search ignores case.
Public methodFindNameHash
Finds a HatchPattern given its name hash.
Public methodGetEnumerator

In Rhino for Windows 6.14, this member is inherited from CommonComponentTableTGetEnumerator.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also