GeometryTemplate.Create

From Pilot_51's Wiki
Jump to navigation Jump to search

MDT description

The Create command is used to inform the scripting engine that a new geometry template object is going to be created. All properties and commands following a create command will be applied to that object, until another create command or the end of the file is encountered.

The first argument is one of the pre-defined geometry template object types that is going to be created. See the type list.

The second argument is the unique name of the object. This is used in any object references.

Source and more details

Additional Description