Click or drag to resize

GeometricObject Class

The geometry of a component (board, resistor, capacitor, pin, ...).
Inheritance Hierarchy

Namespace: CFX.Structures.PCBInspection
Assembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntax
public class GeometricObject : InspectionObject

The GeometricObject type exposes the following members.

Constructors
 NameDescription
Public methodGeometricObject 
Top
Properties
 NameDescription
Public propertyPosition 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.
Public propertyRotation 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).
Public propertySize X=Width, Y=Height, Z=Depth, in mm.
Top
See Also