Click or drag to resize

Part Interface

Bom item representing Inventor Part document

Namespace: CeliAPS.BomApi.Data
Assembly: BomApi (in BomApi.dll) Version: 1.0.63
Syntax
public interface Part : Document, Item

The Part type exposes the following members.

Properties
 NameDescription
Public propertyBlankOversizedWithMainCovers Gets the size of workpiece with oversize and main covers
Public propertyBlankOversizedWithoutCalibrationGets the size of workpiece with oversize and without calibration.
Public propertyBlankWithMainCovers Gets the size of workpiece with main covers.
Public propertyBomId Gets bom item identifier.
(Inherited from Item)
Public propertyBomStructure Indicates how the component is used/viewed in a BOM.
(Inherited from Item)
Public propertyCadGenerated Gets a value indicating whether current part is generated by CAD, or opened from wbom file
(Inherited from Document)
Public propertyCenterOfMass Gets the part centroid point
Public propertyChildren Objects comprising current Item
(Inherited from Item)
Public propertyCode Gets the code.
(Inherited from Item)
Public propertyFullFileName Full filename of Inventor Document
(Inherited from Document)
Public propertyHolesCount Gets the count of holes in part.
Public propertyMass Gets mass of part.
Public propertyModelSize Gets size of part "as is"in inventor.
Public propertyModelTooThin Gets a value indicating whether model is thin.
Public propertyName Gets the name.
(Inherited from Item)
Public propertyPartByGrain Part size by grain direction with covers and without allowances.
Public propertyPdmType PDM Type of this instance. Is used in {Item.Type} parser.
(Inherited from Item)
Public propertyPositionNumber Gets the position number. (It's the value of Inventor.BOMRow.ItemNumber (parts only bom) property)
Public propertySize The size of part.
Public propertySizeWithoutCovers Gets the part size without covers.
Public propertySizeWithoutSideCovers Gets the part size without side covers.
Public propertySizeWithoutTopAndBottomCovers Gets the part size without top and bottom covers.
Public propertyTechnology Gets the cam technology.
Top
Methods
 NameDescription
Public methodGetCovers Gets part covers.
Public methodGetDocumentParameterByName Gets the document parameter by name marked as exported.
(Inherited from Document)
Public methodGetDocumentPropertyByName Gets the document property by name.
(Inherited from Document)
Public methodGetFillMaterial Gets parts fill material.
Public methodGetOriginalDocumentCustomPropertyByName Gets the document custom iProperty value by name.
(Inherited from Document)
Public methodGetOriginalDocumentPropertyByName Gets the document property value by name.
(Inherited from Document)
Top
See Also