Description
Sets the specified attribute of all entities to 0.
Syntax
Function RFShell.ResetAttribute(type As RFEntityType, attribute As RFAttribute) As RFErrorCode
The ResetAttribute syntax has these parts:
| Part | Description |
|---|---|
| type | [IN] RFEntityType Required. RF_ENTITY_VERTEX or RF_ENTITY_FACE. |
| attribute | [IN] RFAttribute Required. Attribute or bitwise expression. |
Remarks