CREATE FEATURE

From Macros Wiki
Revision as of 15:44, 14 September 2017 by Mikeo (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Up

Command

CREATE_FEATURE <feature name> <red> <green> <blue> [<feature id>]


Create a new feature from the currently selected faces, edges and geometry.

Parameters

<feature name>
Feature name
<red>
red component of the feature color (between 0 and 255)
<green>
green component of the feature color (between 0 and 255)
<blue>
blue component of the feature color (between 0 and 255)
<feature id>
The name of a numeric variable to set to the ID of the new feature

Example

CREATE_FEATURE "NewFeature", 255, 128, 64, NewFeatureID