Adds a Cog3DGeometryGraphicBase to the display
Namespace: Cognex.VisionPro3D.Implementation.InternalAssembly: Cognex.VisionPro3D.Graphic (in Cognex.VisionPro3D.Graphic.dll) Version: 91.0.0.0
long AddGeometryGraphic(
long groupKey,
Cog3DGeometryGraphicBase geometryGraphic,
ICog3DTransform transform
)
long AddGeometryGraphic(
long groupKey,
Cog3DGeometryGraphicBase geometryGraphic,
ICog3DTransform transform
)
Function AddGeometryGraphic (
groupKey As Long,
geometryGraphic As Cog3DGeometryGraphicBase,
transform As ICog3DTransform
) As Long
Function AddGeometryGraphic (
groupKey As Long,
geometryGraphic As Cog3DGeometryGraphicBase,
transform As ICog3DTransform
) As Long
long long AddGeometryGraphic(
long long groupKey,
Cog3DGeometryGraphicBase^ geometryGraphic,
ICog3DTransform^ transform
)
long long AddGeometryGraphic(
long long groupKey,
Cog3DGeometryGraphicBase^ geometryGraphic,
ICog3DTransform^ transform
)
Parameters
- groupKey
- Type: System Int64
the key of the group to add the Cog3DGeometryGraphicBase to
- geometryGraphic
- Type: Cognex.VisionPro3D Cog3DGeometryGraphicBase
the ICog3DShapeGraphic to add
- transform
- Type: Cognex.VisionPro3D ICog3DTransform
the transofrm to be used on the geometry graphics to map the vertices from the SelectedSpaceName3D of the graphic to the display's displaySpaceName3D
Return Value
Type:
Int64the unique identifier of the graphic in the display