IPointData_Entities

This property allows to get a list of entities to which current point belongs. For example if point is middle of some curve the IPointData::Entities( ) property returns this curve entity. 

Compatibility

Cimatron 2024 or later

Syntax

Property get:

Entities = Entities( );

 

Return Type

Return: (ICimEntityList) Entities

A list of entities to which belongs a point.

   

Input Type

Input: None  
   

Remarks

None

Example