ObjectAttributes Methods |
The ObjectAttributes type exposes the following members.
Name | Description | |
---|---|---|
AddHideInDetailOverride | Make this object hidden in a given detail | |
AddToGroup |
Adds object to the group with specified index by appending index to
group list.
If the object is already in group, nothing is changed. | |
ComputedPlotColor(RhinoDoc) | ||
ComputedPlotColor(RhinoDoc, Guid) | ||
ComputedPlotWeight(RhinoDoc) | ||
ComputedPlotWeight(RhinoDoc, Guid) | ||
ConstructConstObject |
Assigns a parent object and a sub-object index to this.
(Inherited from CommonObject.) | |
DeleteAllUserStrings | ||
DeleteUserString | ||
Dispose |
Actively reclaims unmanaged resources that this instance uses.
(Inherited from CommonObject.) | |
Dispose(Boolean) |
For derived class implementers.
(Inherited from CommonObject.)This method is called with argument true when class user calls Dispose(), while with argument false when the Garbage Collector invokes the finalizer, or Finalize() method. You must reclaim all used unmanaged resources in both cases, and can use this chance to call Dispose on disposable fields if the argument is true. Also, you must call the base virtual method within your overriding method. | |
DrawColor(RhinoDoc) |
Gets an object's draw color, which is based on the object's color source
| |
DrawColor(RhinoDoc, Guid) |
Gets an object's draw color, which is based on the object's color source
| |
Duplicate |
Constructs a copy of this ObjectAttributes instance.
| |
EnsurePrivateCopy |
If you want to keep a copy of this class around by holding onto it in a variable after a command
completes, call EnsurePrivateCopy to make sure that this class is not tied to the document. You can
call this function as many times as you want.
(Inherited from CommonObject.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize |
Passively reclaims unmanaged resources when the class user did not explicitly call Dispose().
(Inherited from CommonObject.) | |
GetCustomLinetype |
Get an optional custom linetype associated with these attributes. If null,
then the attributes use the linetype index to determine it's linetype
| |
GetCustomSectionStyle |
Get an optional custom section style associated with these attributes.
| |
GetDisplayModeOverride |
Returns the id of the display mode of an objects. Object display modes are view based. Thus, it is possible to have an object display different in different views.
| |
GetGroupList |
Returns an array of GroupCount group indices. If GroupCount is zero, then GetGroupList() returns null.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetHideInDetailOverrides |
Get list of details that this object is supposed to be hidden in
| |
GetObjectData |
Populates a System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
(Inherited from CommonObject.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetUserString |
Gets a user string.
| |
GetUserStrings |
Gets an independent copy of the collection of (user text key, user text value) pairs attached to this object.
| |
HasDisplayModeOverride |
Determines if an object has a display mode override for a given viewport.
| |
HasHideInDetailOverrideSet | Is this object supposed to be hidden in a given detail | |
IsInGroup |
Determines if an object belong to a group or not.
| |
IsValidWithLog |
Determines if an object is valid. Also provides a report on errors if this
object happens not to be valid.
(Inherited from CommonObject.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NonConstOperation |
For derived classes implementers.
(Inherited from CommonObject.)Defines the necessary implementation to free the instance from being constant. | |
ObjectFrame | ||
OnSwitchToNonConst |
Is called when a non-constant operation first occurs.
(Inherited from CommonObject.) | |
RemoveCustomLinetype | ||
RemoveCustomSectionStyle | ||
RemoveDisplayModeOverride |
By default, objects are drawn using the display mode of the viewport that
the object is being drawn in. Setting a specific display mode, instructs
Rhino to always use that display mode, regardless of the viewport's mode.
This function resets an object to use the viewport's display mode for all
viewports.
| |
RemoveDisplayModeOverride(Guid) |
By default, objects are drawn using the display mode of the viewport that
the object is being drawn in. Setting a specific display mode, instructs
Rhino to always use that display mode, regardless of the viewport's mode.
This function resets an object to use the viewport's display mode.
| |
RemoveFromAllGroups | Removes object from all groups. | |
RemoveFromGroup |
removes object from the group with specified index.
If the object is not in the group, nothing is changed. | |
RemoveHideInDetailOverride | Remove hidden in detail flag for a specific detail | |
SetCustomLinetype | ||
SetCustomSectionStyle | ||
SetDisplayModeOverride(DisplayModeDescription) |
By default, objects are drawn using the display mode of the viewport that
the object is being drawn in. Setting a specific display mode, instructs
Rhino to always use that display mode, regardless of the viewport's mode.
This version affects the object's display mode for all viewports.
| |
SetDisplayModeOverride(DisplayModeDescription, Guid) |
By default, objects are drawn using the display mode of the viewport that
the object is being drawn in. Setting a specific display mode, instructs
Rhino to always use that display mode, regardless of the viewport's mode.
This version sets a display mode for a specific viewport.
| |
SetObjectFrame(Plane) | ||
SetObjectFrame(Transform) | ||
SetUserString |
Attach a user string (key,value combination) to this geometry.
| |
ToJSON |
Create a JSON string representation of this object
(Inherited from CommonObject.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
Transform |
Apply a transformation.
|