hi!
i posted last day but i think that i was explained bad. the problemis that when i select a feature in the featuremanager i have toknow if it is a pattern or another feature (like an extrude oranother one).
any ideas?
thanks!
Dim swApp As SldWorks.SldWorks
Dim swmodel As SldWorks.ModelDoc2
Dim SelMgr As SldWorks.SelectionMgr
Dim feat As SldWorks.feature
Dim Entity As SldWorks.Entity
Dim swComponent As SldWorks.Component2
Set swApp = CreateObject("SldWorks.Application")
Set swmodel = swApp.ActiveDoc
Set SelMgr = swmodel.SelectionManager
Set feat = SelMgr.GetSelectedObject6(1, -1)
Set Entity = feat
Set swComponent = Entity.GetComponentSolidworksApi macros
i posted last day but i think that i was explained bad. the problemis that when i select a feature in the featuremanager i have toknow if it is a pattern or another feature (like an extrude oranother one).
any ideas?
thanks!
Dim swApp As SldWorks.SldWorks
Dim swmodel As SldWorks.ModelDoc2
Dim SelMgr As SldWorks.SelectionMgr
Dim feat As SldWorks.feature
Dim Entity As SldWorks.Entity
Dim swComponent As SldWorks.Component2
Set swApp = CreateObject("SldWorks.Application")
Set swmodel = swApp.ActiveDoc
Set SelMgr = swmodel.SelectionManager
Set feat = SelMgr.GetSelectedObject6(1, -1)
Set Entity = feat
Set swComponent = Entity.GetComponentSolidworksApi macros
