Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hello Can we do section dimension using toolkit? Dimension need to be created between axis and entity and representation of same should be diametric. For this, we need to have three selection. Entity, Axis AND Entity. Is this possible? I am using API ProSecdimCreate() and could not find anything to have three references to be passed as argument. Refer attachment and you can refer dimension having value 47. Same need to be created using toolkit. Thanks and Regards Ketan
Use ProSecdimDiameterSet after the linear dimension was created. The second entity of the created linear dimension has to be a section centerline.
I created normal dimension first and then tried to change it to diameter dimension. It worked. thanks for your help.
It only works if first entity is center line and other entity is normal line for API ProSecdimCreate(). If reverse is the case for entities while passing arguments to API, dimension is not proper. Any reason for this?