You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to hide the instances in the window of DrawingControl3D . I made the following attempt:
First I add the DrawingControl's EntitySelections to the HiddenInstances . Then I used the Method-ReloadModel() . Here is my code:
When the model is small ,the instances I selected was by hidden fast . But When the model is bigger , the instances I selected hidden became slowly . I think maybe the problem is the Method-ReloadModel() Executed slowly becuase of my model is too big . OR I used the Unsuitable parameters of the Method-ReloadModel() . And are there other quick ways to implement entity hiding?
I need your help~!
The text was updated successfully, but these errors were encountered:
Hi~! @andyward
I want to hide the instances in the window of DrawingControl3D . I made the following attempt:
First I add the DrawingControl's EntitySelections to the HiddenInstances . Then I used the Method-ReloadModel() . Here is my code:
When the model is small ,the instances I selected was by hidden fast . But When the model is bigger , the instances I selected hidden became slowly . I think maybe the problem is the Method-ReloadModel() Executed slowly becuase of my model is too big . OR I used the Unsuitable parameters of the Method-ReloadModel() . And are there other quick ways to implement entity hiding?
I need your help~!
The text was updated successfully, but these errors were encountered: