Quantcast
Channel: 3DVIA.com Forums Forum: VSL - Recent Posts
Viewing all articles
Browse latest Browse all 30

CodeMasterMike on "HOW TO CONVERT STRING TO 3DENTITY"

$
0
0

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()));

Viewing all articles
Browse latest Browse all 30

Trending Articles