 | ISimObjectGetEdgesAt2 Method |
Returns an array of edges at the specified location in 3D space.
The method is supported only for solids and faces.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxISimObjectCollection GetEdgesAt2(
string point,
ICoordinateSystem coordinateSystem
)
Function GetEdgesAt2 (
point As String,
coordinateSystem As ICoordinateSystem
) As ISimObjectCollection
Dim instance As ISimObject
Dim point As String
Dim coordinateSystem As ICoordinateSystem
Dim returnValue As ISimObjectCollection
returnValue = instance.GetEdgesAt2(point,
coordinateSystem)
Parameters
- point
- Type: SystemString
Position in 3D space. - coordinateSystem
- Type: EMInvent.InventSim.COMServerICoordinateSystem
Coordinate system in which point is defined.
Return Value
Type:
ISimObjectCollectionArray of edges.
See Also