 | ISimObjectGetFacesAt 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
SyntaxISimObject[] GetFacesAt(
string point,
ICoordinateSystem coordinateSystem
)
Function GetFacesAt (
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.GetFacesAt(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 faces.
See Also