The geometry of a component (board, resistor, capacitor, pin, ...).
Inheritance Hierarchy Namespace: CFX.Structures.PCBInspectionAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic class GeometricObject : InspectionObject
Public Class GeometricObject
Inherits InspectionObject
The GeometricObject type exposes the following members.
Constructors
Properties | Name | Description |
---|
 | Position |
The position in global coordinates, i.e. all position shifts and rotations of the
parent objects (recursively) are factored in.
Given in mm, as right handed coordinates.
|
 | Rotation |
The global rotation, i.e. all rotations of the parent objects (recursively) factored in.
X=RotationAroundXAxis, Y=RotationAroundYAxis, Z=RotationAroundZAxis, in degrees [0..360]
around the center of this object, right hand rule.
Optional value. If missing in the recipe, then it is assumed to be (0.0, 0.0, 0.0).
|
 | Size |
X=Width, Y=Height, Z=Depth, in mm.
|
Top
See Also