Table of Contents

Class GetPointsResult

Namespace
RoboDk.API.Model
Assembly
RoboDkApi.dll
public class GetPointsResult
Inheritance
GetPointsResult
Inherited Members

Constructors

GetPointsResult(IItem, ObjectSelectionType, int, string, Mat)

public GetPointsResult(IItem item, ObjectSelectionType featureType, int featureId, string featureName, Mat points)

Parameters

item IItem
featureType ObjectSelectionType
featureId int
featureName string
points Mat

Properties

FeatureId

Feature ID

public int FeatureId { get; }

Property Value

int

FeatureName

Feature Name

public string FeatureName { get; }

Property Value

string

FeatureType

Selected feature

public ObjectSelectionType FeatureType { get; }

Property Value

ObjectSelectionType

Object

Object under the mouse cursor

public IItem Object { get; }

Property Value

IItem

Points

Points

public Mat Points { get; }

Property Value

Mat