Sample – Setting Fields
Strings and basic-type parameters:
seDRMTransmittalRoot troot;
troot.set_name("My transmittal name");
troot.set_credits("Credits go to the DRM");
seDRMUnionOfPrimitiveGeometry uofpg;
xmtal.createObject( uofpg );
uofpg.set_unique_descendants( SE_TRUE );
xmtal.createObject( poly );
poly.set_polygon_flags( SE_POLY_FLAG_TERRAIN
| SE_POLY_FLAG_SUN_ILLUMINATED );
uofpg.addComponent( poly );