CREATE FEATURE

From Macros Wiki
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