[EN] FAQ 004789 | How can I create a user-defined coordinate system via the COM interface and the..
Question: How can I create a user-defined coordinate system via the COM interface and then assign it to a nodal support? Answer: For the programming using the COM interface, a nodal support has the "ReferenceSystem" and "UserDefinedReferenceSystem" properties. "ReferenceSystem" allows you to define the type of the user-defined coordinate system (for example, "Rotated" or "Coordinate System"), and depending on which type has been selected, this type is then defined via "UserDefinedReferenceSystem." In the following example, the "Coordinate system" was set as the type and a user-defined coordinate system was also created for it: // create user defined coordinate system IGuideObjects iGuide = iModel.GetGuideObjects(); // delete cosy No 2 UserCoordinateSystem[] csList = iGuide.GetCoordinateSystems(); if (csList.Length 1) { for (int i = 0; i For more information, go to the FAQ page: ► https://www.dlubal.com/en-us/support-and-learning/support/faq/004789 Did you find this video helpful? ► Then we would appreciate your comments and likes. Take advantage of our free support. Do you have a question? ► Frequently Asked Questions (FAQ): https://www.dlubal.com/en/support-and-learning/support/faq ► Ask Individual Question: https://www.dlubal.com/en/support-and-learning/support/ask-individual-question ► Knowledge Base: https://www.dlubal.com/en-US/support-and-learning/support/knowledge-base Follow us and stay updated on our current news: ► Subscribe to Dlubal YouTube Channel: https://www.youtube.com/user/DlubalEN?sub_confirmation=1 ► Instagram: https://www.instagram.com/dlubal_software/ ► Are you also on Facebook? Follow us here: https://www.facebook.com/dlubal.software.english Keywords: #DlubalFAQ #CoordinateSystem #UserDefined #NodalSupport #NodalSupport #GuideObjects #CoordinateSystem #ReferenceSystem #UserDefinedSystem #Modification #C# #FrequentlyAskedQuestion #FAQAboutDlubalSoftware #QuestionAndAnswerToDlubalSoftware
Question: How can I create a user-defined coordinate system via the COM interface and then assign it to a nodal support? Answer: For the programming using the COM interface, a nodal support has the "ReferenceSystem" and "UserDefinedReferenceSystem" properties. "ReferenceSystem" allows you to define the type of the user-defined coordinate system (for example, "Rotated" or "Coordinate System"), and depending on which type has been selected, this type is then defined via "UserDefinedReferenceSystem." In the following example, the "Coordinate system" was set as the type and a user-defined coordinate system was also created for it: // create user defined coordinate system IGuideObjects iGuide = iModel.GetGuideObjects(); // delete cosy No 2 UserCoordinateSystem[] csList = iGuide.GetCoordinateSystems(); if (csList.Length 1) { for (int i = 0; i For more information, go to the FAQ page: ► https://www.dlubal.com/en-us/support-and-learning/support/faq/004789 Did you find this video helpful? ► Then we would appreciate your comments and likes. Take advantage of our free support. Do you have a question? ► Frequently Asked Questions (FAQ): https://www.dlubal.com/en/support-and-learning/support/faq ► Ask Individual Question: https://www.dlubal.com/en/support-and-learning/support/ask-individual-question ► Knowledge Base: https://www.dlubal.com/en-US/support-and-learning/support/knowledge-base Follow us and stay updated on our current news: ► Subscribe to Dlubal YouTube Channel: https://www.youtube.com/user/DlubalEN?sub_confirmation=1 ► Instagram: https://www.instagram.com/dlubal_software/ ► Are you also on Facebook? Follow us here: https://www.facebook.com/dlubal.software.english Keywords: #DlubalFAQ #CoordinateSystem #UserDefined #NodalSupport #NodalSupport #GuideObjects #CoordinateSystem #ReferenceSystem #UserDefinedSystem #Modification #C# #FrequentlyAskedQuestion #FAQAboutDlubalSoftware #QuestionAndAnswerToDlubalSoftware