 | ISimObjectGetEdgesAt 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
SyntaxISimObject[] GetEdgesAt(
string point,
ICoordinateSystem coordinateSystem
)
Function GetEdgesAt (
point As String,
coordinateSystem As ICoordinateSystem
) As ISimObject()
Dim instance As ISimObject
Dim point As String
Dim coordinateSystem As ICoordinateSystem
Dim returnValue As ISimObject()
returnValue = instance.GetEdgesAt(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:
ISimObjectArray of edges.
See Also