How to get the normal direction facing the screen
1 Answer
1In which environment? Part/Assembly or Drawing? Basically you could calculate that with the Transform2-Methode of IComponent
How to get the normal direction facing the screen
In which environment? Part/Assembly or Drawing? Basically you could calculate that with the Transform2-Methode of IComponent
Thank you, it has been solved. IModelView. Transform can be obtained. InsertRefPlane (swRefPlaneReferenceConstraint_ParallelToScreen) can also be used
– liuning