 | ISimObjectGetFacesAt2 Method |
Returns an array of faces at the specified location in 3D space.
The method is supported only for solids.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxISimObjectCollection GetFacesAt2(
string point,
ICoordinateSystem coordinateSystem
)
Function GetFacesAt2 (
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.GetFacesAt2(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 faces.
See Also