ObjectPartInfo represents an instance of a 1up in a layout. The instance is specified by the 1up Id, a name, and a transformation matrix. More...
Public Attributes | |
| BSTR | sOneupName |
| Name of the 1up (the human-readable) | |
| INT | idOneup |
| Id of the 1up, unique in the context of a project. | |
| INT | idArticle |
| ID of the article attached to this part. -1 indicates 'no article'. | |
| MatrixPrxy | matrix |
| A transformation matrix that turns 1up design coordinates into a layout. | |
ObjectPartInfo represents an instance of a 1up in a layout. The instance is specified by the 1up Id, a name, and a transformation matrix.
| BSTR ObjectPartInfo::sOneupName |
Name of the 1up (the human-readable)
| INT ObjectPartInfo::idOneup |
Id of the 1up, unique in the context of a project.
| INT ObjectPartInfo::idArticle |
ID of the article attached to this part. -1 indicates 'no article'.
| MatrixPrxy ObjectPartInfo::matrix |
A transformation matrix that turns 1up design coordinates into a layout.