solidworks api外接对象

"Objects that implement:

IAssemblyDoc, IDrawingDoc, or IPartDoc can QueryInterface to IModelDoc2.
装配体文档,工程图文档,零件文档 -> IModelDoc2
IEdge, IFace2, IFeature, ILoop2, or IVertex can QueryInterface to IEntity.
边线,面,特征,环 -> 实体
IBomTableAnnotation, IHoleTableAnnotation, IRevisionTableAnnotation, IWeldmentCutListAnnotation, and other table-annotation interfaces can QueryInterface to ITableAnnotation. See swTableAnnotationType_e for a list of the interfaces that can QueryInterface to ITableAnnotation.
各种表-> ITableAnnotation.
IAttribute also can QueryInterface to IFeature.
属性
ISketchArc, ISketchEllipse, ISketchLine, ISketchParabola, ISketchPoint, ISketchSpline, or ISketchText can QueryInterface to ISketchSegment.
草图
PropertyManager page controls, such as IPropertyManagerPageActiveX, IPropertyManagerPageBitmap, IPropertyManagerPageBitmapButton, IPropertyManagerPageButton, etc., can QueryInterface to IPropertyManagerPageControl."
属性管理器

你可能感兴趣的:(solidworks api外接对象)