Hi All,
Can anyone tell me how to convert a string data (it is the name of a object , I get it as a string) into 3DEntity to invoke functions of the 3DEntity in VSL.
Awaiting for reply............
Hi All,
Can anyone tell me how to convert a string data (it is the name of a object , I get it as a string) into 3DEntity to invoke functions of the 3DEntity in VSL.
Awaiting for reply............
You cant simply convert a string into a 3DEntity, but you can use the string as a parameter to get the entity:
Entity3D FoundEntity = Entity3D.Cast(bc.GetObjectByName(EntityName.CStr()));
Hi CodeMaster Mike
Thanks a lot for your reply!
You must log in to post.