User's guide > ModelItem
ModelItem
This section describes the Creo Object TOOLKIT Java methods that enable you to access and manipulate ModelItems.
Solid Geometry Traversal
Solid models are made up of 11 distinct types of ModelItem, as follows:
pfcFeature.Feature
pfcGeometry.Surface
pfcGeometry.Edge
pfcGeometry.Curve (datum curve)
pfcGeometry.Axis (datum axis)
pfcGeometry.Point (datum point)
pfcGeometry.Quilt (datum quilt)
pfcLayer.Layer
pfcNote.Note
pfcDimension.Dimension
pfcDimension.RefDimension
Each model item is assigned a unique identification number that will never change. In addition, each model item can be assigned a string name. Layers, points, axes, dimensions, and reference dimensions are automatically assigned a name that can be changed.
Was this helpful?