xcad
xcad copied to clipboard
ModelViews issue
var view =part.ModelViews.Filter<ISwNamedView>().DefaultIfEmpty(null);
Code above throw a System.NotImplementedException:“The method or operation is not implemented.”
'part' is a part component in a assembly.
as below:
The variable ModelViews also does not show any results, as below:
xcad.net version: lasted 0.8.0 beta.4.9.0.1
Fixed in 0.8.0-beta.4913
Other Problems happened:
-
var views =part.ModelViews.Filter<ISwNamedView>().DefaultIfEmpty(null);Filter<ISwNamedView> not worked, the collection contains all the modelviews - Property ISwNamedView.Transform throw a System.NullReferenceException:“Object reference not set to an instance of an object.”
@artem1t