Software Database

Search for resolved Bug or Feature Request:

ID:
Feature:ClientCtrl: command for CreateBeamCompedCopy
Description:It should be possible to create a beam comped copy of an Entity through the client ctrl interface.

Sample:
Entity with Name "Entity" should be the source.
New Entity with Name "BemaCompedEntity" should be the destiantion.
Dist is 0.1 mm.

Source code:
ScSetStringValue(scComSAMLightClientCtrlStringValueTypeStringPara1,"Entity");
ScSetStringValue(scComSAMLightClientCtrlStringValueTypeStringPara1,"BeamCompedEntity");
ScSetDoubleValue(scComSAMLightClientCtrlDoubleValueTypeDoublePara1,0.1);
ScExecCommand(scComSAMLightClientCtrlExecCommandCreateBeamCompedCopy);

Value of defines:
scComSAMLightClientCtrlExecCommandCreateBeamCompedCopy 37
scComSAMLightClientCtrlDoubleValueTypeDoublePara1 66
scComSAMLightClientCtrlStringValueTypeStringPara1 19
scComSAMLightClientCtrlStringValueTypeStringPara2 20





State:solved, bug fixed / feature implemented
Solved in version(s):REL_3_0_5_20111108_0772
3.0.5


Go to software changelog