Cog3DCircle SetShapeFromScaledUnitCircle Method Cognex VisionPro 9.5
Set the ShapeFromScaledUnitCircle transform of this circle. It may change the value of Center. It does not change the value of Radius.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax

public void SetShapeFromScaledUnitCircle(
	Cog3DTransformRigid shapeFromScaledUnitCircle
)

Parameters

shapeFromScaledUnitCircle
Type: Cognex.VisionPro3D Cog3DTransformRigid
A Cog3DTransformRigid used to specify the ShapeFromScaledUnitCircle transform of this circle. This transform specifies the pose of the ScaledUnitCircle in 3D space.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when some properties change.

The following state flags may be affected:

  • SfGetShapeFromScaledUnitCircle
  • SfNormal
  • SfCenter
  • SfComputeBoundingBox
Exceptions

ExceptionCondition
ArgumentNullException If shapeFromScaledUnitCircle is null.
See Also