Description:
Modifies an object's attributes. Cannot be used to change object id.
Syntax:
Parameters:
- objref
- Type: ObjRef
- reference to object to modify.
- newAttributes
- Type: ObjectAttributes
- new attributes.
- quiet
- Type: bool
- if true, then warning message boxes are disabled.
Returns:
Type: bool
True if successful.
Available since:
5.0
Description:
Modifies an object's attributes. Cannot be used to change object id.
Syntax:
Parameters:
- obj
- Type: RhinoObject
- object to modify.
- newAttributes
- Type: ObjectAttributes
- new attributes.
- quiet
- Type: bool
- if true, then warning message boxes are disabled.
Returns:
Type: bool
True if successful.
Available since:
5.0
Description:
Modifies an object's attributes. Cannot be used to change object id.
Syntax:
Parameters:
- objectId
- Type: System.Guid
- Id of object to modify.
- newAttributes
- Type: ObjectAttributes
- new attributes.
- quiet
- Type: bool
- if true, then warning message boxes are disabled.
Returns:
Type: bool
True if successful.
Available since:
5.0