dsmodels (version 1.1.0)

+.dsproto: Adds a new component to a dsmodel.

Description

This operator allows you to add objects to a model, or to collect objects before they are added to a model.

Usage

e1 + e2

e1 %+% e2

addToModel(model, obj)

Arguments

e1

A model or feature, usually a model.

e2

A model or feature, usually a feature.

Details

The operation is fully commutative, so order does not matter. Models that do not yet have ranges will generally save features until the range is provided.

Supported features include dsdots, dsarrows, dscurves, dspoints, and colorRegions The + operator should be the only one required.