*Set()
Sets the values of the properties of the given entity.
Syntax
*Set(property,value)
Arguments
- property
- The property of an existing entity referred to through the entity varname.
- value
- The value to be assigned to the property.
Example
*Vector(v_x, "Global X Axis")
*PointPair(p_wc, "Wheel Center)]
*Bush(lca_rear_bush, "Rear LCA Bushing",
b_lca,
b_frame,
p_lca_rear)
*Set(v_x.x, 1)
*Set(p_wc.l.x, 1000.00)
*Set(p_sc.r.y, 500.00)
*Set(lca_rear_bush.kx, `{lca_trn_bush.DX}`)
Context
Comments
*Set() is a general statement used to individually set the properties of an existing entity. It is not designed to set multiple properties and their symmetry.