NamedPositionTable
All named positions in a rhino document.
Inheritance Hierarchy
System.Object
Rhino.DocObjects.Tables.NamedPositionTable
Namespace: Rhino.DocObjects.Tables
Assembly: RhinoCommon (in RhinoCommon.dll)
Syntax
public sealed class NamedPositionTable
The NamedPositionTable type exposes the following members.
Properties
Name
Description
Public Property
Count
Number of Named Positions in the table.
Public Property
Document
Document that owns this table.
Public Property
Ids
Array of Named Position Guids.
Public Property
Names
Array of Named Position names.
Methods
Name
Description
Public Method
Append(Guid, IEnumerable.RhinoObject.)
Append objects to a Named Position.
Public Method
Append(Guid, IEnumerable.Guid.)
Append objects to a Named Position.
Public Method
Append(String, IEnumerable.RhinoObject.)
Append objects to a Named Position.
Public Method
Append(String, IEnumerable.Guid.)
Append objects to a Named Position.
Public Method
Delete(Guid)
Delete a Named Position.
Public Method
Delete(String)
Delete a Named Position.
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
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
Id
Guid of a Named Position.
Public Method
Name
Name of a Named Position.
Public Method
ObjectIds(Guid)
Array of Rhino Object Guids related to a Named Position.
Public Method
ObjectIds(String)
Array of Rhino Object Guids related to a Named Position.
Public Method
Objects(Guid)
Array of Rhino Objects related to a Named Position.
Public Method
Objects(String)
Array of Rhino Objects related to a Named Position.
Public Method
ObjectXform(Guid, RhinoObject, Transform.)
Retrieve the Transform of a Rhino Object relate to a Named Position.
Public Method
ObjectXform(Guid, Guid, Transform.)
Retrieve the Transform of a Rhino Object relate to a Named Position.
Public Method
Rename(Guid, String)
Rename a Named Position.
Public Method
Rename(String, String)
Rename a Named Position.
Public Method
Restore(Guid)
Restore a Named Position.
Public Method
Restore(String)
Restore a Named Position.
Public Method
Save(String, IEnumerable.RhinoObject.)
Save a new Named Position.
Public Method
Save(String, IEnumerable.Guid.)
Save a new Named Position.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object.)
Public Method
Update(Guid)
Updates a Named Position, effectively storing the current positions of the objects which the Named Position is tracking.
Public Method
Update(String)
Updates a Named Position, effectively storing the current positions of the objects which the Named Position is tracking.